Re: lots of futex_wait calls

2008-06-10 Thread skunkwerk
On Jun 6, 10:03 am, André Malo <[EMAIL PROTECTED]> wrote: > skunkwerkwrote: > > I've got a python program written for the django web framework that > > starts about 100 threads. When I start the server, it sometimes eats > > up 100% of the CPU for a good minute or so... though none of the > > thre

Re: lots of futex_wait calls

2008-06-06 Thread André Malo
skunkwerk wrote: > I've got a python program written for the django web framework that > starts about 100 threads. When I start the server, it sometimes eats > up 100% of the CPU for a good minute or so... though none of the > threads are CPU-intensive > > doing a strace on the program, i found

lots of futex_wait calls

2008-06-06 Thread skunkwerk
I've got a python program written for the django web framework that starts about 100 threads. When I start the server, it sometimes eats up 100% of the CPU for a good minute or so... though none of the threads are CPU-intensive doing a strace on the program, i found lots of calls like this: sele