[Twisted-Python] Max number of simultaneous TCP

Jp Calderone exarkun at divmod.com
Tue Jul 6 12:29:30 EDT 2004


klcheung0829 at sinaman.com wrote:
> I checked the ulimit is increased.
> I am new to the /proc, may I know how may I change the kernel setting there?
> 

  Even with the ulimit raised, select() will still only support about a
thousand sockets, unless you recompile libc.  Try using the poll
reactor, or another reactor which is not limited in such a way.

  Jp




More information about the Twisted-Python mailing list