What is the difference between connection and read timeout for sockets?

Posted by corgrath on Stack Overflow See other posts from Stack Overflow or by corgrath
Published on 2010-06-18T12:04:08Z Indexed on 2010/06/18 13:13 UTC
Read the original article Hit count: 298

Filed under:
|
|
|
|

3 questions:

1) What is the difference between connection and read timeout for sockets?

2) What does connection timeout set to "infinity" mean? In what situation can it remain in an infinitive loop? and what can trigger that the infinity-loop dies?

3) What does read timeout set to "infinity" mean? In what situation can it remain in an infinitive loop? and what can trigger that the infinity-loop dies?

© Stack Overflow or respective owner

Related posts about java

Related posts about socket