Hi again,
Sometimes on my site i see this error ( sometimes means radomly i
think )
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/flup/server/fcgi_base.py",
line 558, i
n run
protocolStatus, appStatus = self.server.handler(self)
File "/var/lib/python-support/python2.4/flup/server/fcgi_base.py",
line 1112,
in handler
result = self.application(environ, start_response)
File "/usr/lib/python2.4/site-packages/web/application.py", line
213, in wsgi
print >> web.debug, traceback.format_exc()
File "/usr/lib/python2.4/site-packages/web/webapi.py", line 255, in
_debugwrit
e
out.write(x)
File "/var/lib/python-support/python2.4/flup/server/fcgi_base.py",
line 349, i
n write
f.write(data)
IOError: [Errno 32] Broken pipe
I run webpy with Cherokee and FastCgi. Why not SCGI? Becouse with SCGI
the webpy app stops responding on requests after few minutes
Any ideas how to fix it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---