> This is otherwise stock mongrel behaviour; it's just trying to comply
with
> a
> shutdown request, and will forcibly kill threads that are unresponsive.

Yup, you have one active request that is blocked on something (most likely
the db, or a web services call). The standard mogrel shutdown behviour is
to issue a thread#kill for each thread in the queue. The thread at the head
of the queue gets a few seconds grace before it gets a forcefull kill.

Cheers

DAve
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to