Multithreaded python program freezes

2009-12-20 Thread Andreas Røsdal
Hello, I have some problems with a http proxy which is implemented in Python 2.6. A few times a day, the proxy begins using 100% CPU and doesn't work any more. I have created a thread dump when the problem occurs here: http://www.pvv.ntnu.no/~andrearo/thread-dump.html This is a thread dump

Re: Multithreaded python program freezes

2009-12-20 Thread Cameron Simpson
On 20Dec2009 17:36, Andreas R�sdal andre...@pvv.ntnu.no wrote: | I have some problems with a http proxy which is implemented | in Python 2.6. A few times a day, the proxy begins using 100% CPU | and doesn't work any more. | | I have created a thread dump when the problem occurs here: |