-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Vichi,

On 11/12/2009 12:45 PM, vichi wrote:
> Hey Mark, many many thanks for your crystal clear clarification for
> setSoTimeout(int ). is same concept applies for setServerSoTimeout(int ) or
> it there for some other purpose.

Check the javadocs for java.net.Socket.setSoTimeout:
http://java.sun.com/j2se/1.5.0/docs/api/java/net/Socket.html#setSoTimeout(int)

and java.net.ServerSocket.setSoTimeout:
http://java.sun.com/j2se/1.5.0/docs/api/java/net/ServerSocket.html#setSoTimeout(int)

The only confusing part of the javadocs for these methods is "The
timeout must be > 0" followed by a description of what happens when the
timeout parameter is equal to zero making it clear that the timeout
parameter may, in fact, be zero.

I would imagine that the methods in Http11BaseProtocol map directly to
calls to these methods.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr9ukgACgkQ9CaO5/Lv0PCS1gCfdMucH/1U/v/QhSX+d9II4Pqk
kQgAn0pwwl/l2C1pBIxkQIGkbnpSJf47
=SNHE
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to