Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6298662

GenericConnectorServer: improvement for connecting

XMLWordPrintable

        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

              sjiang Shanliang Jiang (Inactive)
              sjiang Shanliang Jiang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: