[Twisted-web] socket.error: (24, 'Too many open files')

Andrea Arcangeli andrea at cpushare.com
Wed Dec 14 06:20:48 MST 2005


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.



More information about the Twisted-web mailing list