Raffaele Viola <raffovi <at> gmail.com> writes:

> 
> Hi,
> 
> your web server can perform only 150request at the same time because the
> maximum number of the thread (maxThreads) is 150  and  your threads are
> 1000.
> 
> Warning: Increase the number of the maxThreads is not enough to serve 1000
> threads because the performances of the application depend on the system
> platform.
> 
> regards
> -Raffo

I have the same problem. I have increase with maxThreads = 2000, but still get 
the same error for some http responses. For testing, I'm using JBoss on 
Windows XP. Is this system platform can not handle ?

Regards,
Gerhard.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to