File "/usr/local/lib/python2.3/site-packages/twisted/python/context.py", line 64, in callWithContext
File "/usr/local/lib/python2.3/site-packages/twisted/python/context.py", line 43, in callWithContext
File "/usr/local/lib/python2.3/site-packages/twisted/internet/default.py", line 535, in _doReadOrWrite
--- <exception caught here> ---
File "/usr/local/lib/python2.3/site-packages/twisted/internet/tcp.py", line 625, in doRead
File "/usr/local/lib/python2.3/socket.py", line 167, in accept
socket.error: (24, 'Too many open files')
I think the reason is file open limit per one process(maybe 1024).
how can I solve this problem?
I'd like to
If Process can not open file, that request make wait-status(not allow socket accept).
and when Process can open file, handle the request.
_______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
