-
Enhancement
-
Resolution: Fixed
-
P3
-
solaris_9
-
04
-
sparc
-
solaris_9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2146899 | jdmk5.1_03 | Laurence Caullet | P3 | Closed | Fixed | 03 |
The server backlog is fixed to 10, if 10 clients connect to a server and these 10 clients block during their handshakes, the server will have no more threads to do handshake for any new client connection, so a new connection to the server will be blocked.
It is useful to specify a new property to specify a timeout, a new connection should finish the handshake during this timeout, otherwise the new connection will be cut.
It is useful to refuse a new connection if a server has no more thread for handshake, so a user will get informed immediately.
It is better to add a new property to allow a user to configure the server backlog.
###@###.### 2005-07-19 12:35:18 GMT
It is useful to specify a new property to specify a timeout, a new connection should finish the handshake during this timeout, otherwise the new connection will be cut.
It is useful to refuse a new connection if a server has no more thread for handshake, so a user will get informed immediately.
It is better to add a new property to allow a user to configure the server backlog.
###@###.### 2005-07-19 12:35:18 GMT
- backported by
-
JDK-2146899 GenericConnectorServer: improvement for connecting
-
- Closed
-