[issue8771] Socket freezing under load issue on Mac.

Jean-Paul Calderone report at bugs.python.org
Thu May 20 17:59:49 CEST 2010


Jean-Paul Calderone <exarkun at twistedmatrix.com> added the comment:

Have you looked at the number of TIME_WAIT sockets you have on the system when your benchmark gets to the 16000 request mark?

This looks exactly like a regular TCP limitation to me.  You'll find the limit on any platform, not just OS X.

----------
nosy: +exarkun

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8771>
_______________________________________


More information about the Python-bugs-list mailing list