Hi ALL!

I desire for using tomcat as the websocket server.
But I'm now wondering about the tomcat performance.
Does anyone know the max connections that tomcat could  held? the concurrent 
number requests?

And I don't quite understand the configurations: 
acceptCount & maxConnections & maxThreads

There must be some relationship between the three params.

if I set [ accpetCount=200, maxConnections=10000, maxThreads=100]
dose it means:
1, the max connections that tomcat maintain with the client is 10000. and if 
the 10001 client's connect request is coming, the client will timeout.
2, the max request is 200, and the 201 request will be refused.
3, the max concurrent request is 100.

Best regards!




jingych
---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any 
accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential 
and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of 
this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, 
disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this 
communication in error,please 
immediately notify the sender by return e-mail, and delete the original message 
and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------

Reply via email to