SocketServer max connections
Ken Seehart
ken at seehart.com
Mon Aug 25 06:20:52 EDT 2008
I'm using SocketServer to implement a local server that serves comet
long-polling connections.
How do I increase the maximum number of open connections? Currently it
is limited to about 8 I think. More than that and it seems to block on
opening more connections until one of the other connections releases.
- Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080825/845294bb/attachment.html>
More information about the Python-list
mailing list