> From: paul womack [mailto:[email protected]]
> Subject: Re: role of the various threads?
> 
> Further reading has shown me that I'm using Tomcat5.5,
> and that the theads (above) are all running accept().
> 
> I thought accept() was blocking?

Depends on the particular JRE being used on the particular platform.  I would 
expect them to be blocking in most instances, but some esoteric systems use 
polling.  You're getting down to a level that requires examination of not just 
Tomcat source code, but also JRE source and the platform's TCP/IP stack source 
- a bit beyond the normal scope of a support forum.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to