Python server locks up

David Stanek dstanek at dstanek.com
Wed Sep 9 21:52:37 EDT 2009


On Wed, Sep 9, 2009 at 4:28 PM, Zac Burns<zac256 at gmail.com> wrote:
>
> How would you suggest to figure out what is the problem?
>

I don't think you said your OS so I'll assume Linux.

Sometimes it is more noise than value, but stracing the process may
shed light on what system calls are being made. This in turn may help
you narrow your focus. I find strace helps me a ton in some really
tough problems.

Are you watching for swapping, CPU usage, etc.?

-- 
David
blog: http://www.traceback.org
twitter: http://twitter.com/dstanek



More information about the Python-list mailing list