Re: Limit ignite-rest-http threads

2020-11-11 Thread Ilya Kasnacheev
Hello! I guess you can supply your own jetty XML configuration (in ClientConnectorConfiguration) and there you can limit # of its threads. Please refer to Jetty's docs. Regards, -- Ilya Kasnacheev пн, 9 нояб. 2020 г. в 14:37, ashishb888 : > Hi Vladimir, > > I want to limit those threads. I w

Re: Limit ignite-rest-http threads

2020-11-09 Thread ashishb888
Hi Vladimir, I want to limit those threads. I want to control the threads size for ignite-rest-http. BR, Ashish -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Limit ignite-rest-http threads

2020-11-09 Thread ashishb888
Hi Vladimir, I want to limit those threads. I want to control the threads size for ignite-rest-http. BR, Ashish -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Limit ignite-rest-http threads

2020-11-06 Thread Vladimir Pligin
Hi Ashish, Yes, it works that way because Ignite launches Jetty server under the hood to handle HTTP requests. Could you please clarify what concerns you exactly? In general a number of threads doesn't indicate anything "bad" or "good". -- Sent from: http://apache-ignite-users.70518.x6.nabble.

Limit ignite-rest-http threads

2020-11-04 Thread ashishb888
Before adding ignite-rest-http to the application my thread count was around 65 ashish@LAPTOP-0CGC34A5:~$ top -H -p 1468 top - 20:41:37 up 19:10, 0 users, load average: 0.20, 0.16, 0.15 Threads: 64 total, 0 running, 64 sleeping, 0 stopped, 0 zombie After adding ignite-rest-http to the