On Wed, Dec 14, 2005 at 11:32:18AM +0100, Sebastian Schulze wrote:
> 
>    I think the reason is file open limit per one process(maybe 1024).
> 
>    how can I solve this problem?

set ulimit -n 50000 in the bash before starting twisted. Then you'll
need epoll before you run out of fds.

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to