Michal Singer wrote:
> I use tomcat 6 with nio connectors. i run a heavy load of data and after a
> while the tomcat gets stuck
> and stops processing requests from client.
> I posted before regarding this and was asnwered that the problem may be in
> my server
> (http://www.nabble.com/Tomcat-request-processing-gets-stuck-td20526036.html)
> 
> However, i tested this and saw that during the stuck:
> 
> after tomcat stops receiving messages it will receive some kinds and some
> not: 
> 1. if i use http client and write a string directly the tomcat will receive
> the data 
> 2. if i use http client and write a stream, the tomcat will not receive the
> data 
> 3. if i use wget and send a message to tomcat it will receive data 
> 
> which means, that after tomcat works with a load of data it gets stuck to
> streams 
> and not to strings (maybe related to the fact that i use nio connector??) 
> 
> Does any one have any idea on this problem with tomcat???? 
> any help will be highly appreciated.

Tomcat version?
JDK version?
OS?
Connector configuration settings?

Mark



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

Reply via email to