Pekka Jääskeläinen wrote:

> > BTW, I've got this kind of errors lately, I wonder if this is related to
> the
> > occasional slugginess I'm seeing.
> >
> > WARNING:paste.httpserver.ThreadPool:Thread -1297912912 hung (working on
> > task for 1901 seconds)
> > ----------------------------------------
> > Exception happened during processing of request from ('85.157.81.240
> > <http://85.157.81.240>', 20273)
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.5/site-packages/Paste-
> > 1.4.1-py2.5.egg/paste/httpserver.py", line 1046, in
> > process_request_in_thread
> >     self.finish_request(request, client_address)
> >   File "SocketServer.py", line 254, in finish_request
> >     self.RequestHandlerClass (request, client_address, self)
> >   File "SocketServer.py", line 522, in __init__
> >     self.finish()
> >   File "SocketServer.py", line 567, in finish
> >     self.rfile.close()
> >   File "socket.py ", line 233, in close
> >     self.flush()
> > SystemExit
> > ----------------------------------------
>
> Yes, this is paste.httpserver killing a thread that appeared to be hung
> -- it raises SystemExit once a thread has been processing a request for
> an excessive amount of time.




I'm also getting this kind of messages occasionally:

WARNING:paste.httpserver.ThreadPool:Thread -1565951056 hung (working on task
for 9059 seconds)
WARNING:paste.httpserver.ThreadPool:Thread -1288991824 hung (working on task
for 9059 seconds)

Any idea how to debug this? There's no backtrace in this case at all. Does
not look harmless.


-- 
--PJ

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to