In my apache error_log I keep getting this:

[Fri Mar 25 13:25:15 2011] [error] Exception KeyError:
KeyError(-1209035072,) in <module 'threading' from '/usr/local/lib/
python2.6/threading.pyo'> ignored
[Fri Mar 25 13:25:15 2011] [error] Exception TypeError:
TypeError("'NoneType' object is not callable",) in <bound method
PooledDB.__del__ of <DBUtils.PooledDB.PooledDB instance at 0x9f06fac>>
ignored

Here is a bit from my httpd conf (i have virtual hosts per each small
webpy app and I need them all to work time to time and not to take
resources when idle) :


ServerLimit 1
MinSpareThreads 1
MaxSpareThreads 3
ThreadsPerChild 5
WSGIPythonOptimize 2

Listen 50291
<VirtualHost *:50291>
    KeepAlive Off
    WSGIDaemonProcess zakaz processes=1 threads=10 inactivity-
timeout=60 display-name=[wsgi-zakaz]httpd
    WSGIProcessGroup zakaz
    WSGIScriptAlias / /home/dw0rm/webapps/zakaz/code.py/
    Alias /static /home/dw0rm/webapps/zakaz/static
</VirtualHost>

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to