Dear all,
I found that is the max. HTTP Thread-Count is 500?
Can I increase that value to more than 500?
I have a SOAP application. In Glassfish, each request from the client will
need about 1-4 seconds to handle user request which mainly send another SOAP
request to the server not in my domain. That means I have no control over
the response time from the other server.
As far as I know, each request from my client will use a HTTP worker thread
to process the request then the thread is locked until it complete the
process.
Am I right?
Then the max. throughput is depend on the Max. HTTP Thread Count, right.
Interesting thing happened, I increased the HTTP Max. Thread-Count to 1000
then the max. responsed thread looks like exactly 500.
Can anyone tell me how to increase the value?
Do I misunderstand this?
Thanks!!
--
View this message in context: http://www.nabble.com/Glassfish-V2-Max-HTTP-Request-Thread-Count---tp24423154p24423154.html
Sent from the java.net - glassfish users mailing list archive at Nabble.com.