Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
The default ServerSocket backlog is 10 but it should be raised to something more like 500. I think the supposition was that an attempt to connect when the backlog is full would cause an IOConnection but experiments show that this isn't the case. The Java socket implementation keeps trying for something like 25 seconds before giving up.