Question
1
Replies
203
Views
Posted: April 17, 2018
Last activity: April 18, 2018
Closed
Is the requestor count limit and maxthreads count same in tomcat node?
Is the requestor count limit and maxthreads count same in tomcat node?
***Edited by Moderator Marissa to update categories***
Hi Rambabu,
No, this is not the same. A requestor can have multiple threads operating at a time depending on the environment specifically processors or cores.
Since Java support multiple threading, the threads run in parallel and the CPU divides its time between multiple threads on which user has no control.