Y
Y
yanchumak2015-01-24 11:40:28
Java
yanchumak, 2015-01-24 11:40:28

How to set the number of workers to execute a specific Java servlet?

Good afternoon. How to set the number of workers to execute a specific Java servlet? by the number of workers, I mean the number of requests, since 1 request = 1 start of the worker in which the doGet / doPost methods are called - is that right? it is also interesting if all the workers are already in operation, the next requests are queued and waiting for a free worker?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai, 2015-01-25
@j_wayne

1 request = 1 thread
I think this setting is container specific, so smoke the manual on your application server.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question