|
From: Jeff J. <je...@je...> - 2001-08-14 23:20:12
|
Thought someone might be interested by this: Exception in thread Thread-2: Traceback (most recent call last): File "/usr/local/lib/python2.1/threading.py", line 378, in __bootstrap File "/usr/local/lib/python2.1/threading.py", line 366, in run File "WebKit/AppServer.py", line 71, in closeThread File "WebKit/ThreadedAppServer.py", line 273, in shutDown File "WebKit/ThreadedAppServer.py", line 261, in awakeSelect error: (23, 'Too many open files in system') I've been stress testing and optimizing my code today and ran across this error. This is on FreeBSD 4.3 using CVS WebWare and Cheetah, Python 2.1.1, Apache 1.3.20, and mod_webkit. -Jeff |