Tomcat version? 6.0.14
JDK version? 1.5.0_12
OS? Microsoft Windows Server 2003
Connector configuration settings?
<Connector port="8080" executor="AgentExecutor"
protocol="org.apache.coyote.http11.Http11NioProtocol"
maxKeepAliveRequests="1" maxThreads="400" processCache="400"
connectionTimeout="20000" acceptorThreadCount="1" redirectPort="8443" />
<Executor name="AgentExecutor" threadPriority="Thread.NORM_PRIORITY"
namePrefix="agent"/>


markt-2 wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/tomcat-gets-stuck-after-a-load-for-streams-writing-tp20878338p20881721.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to