Comment 14 for bug 379452

Revision history for this message
In , Lennart (lennart-redhat-bugs) wrote :

Problem seems to be related to the simultaneous recv() in multiple threads:

One of the threads will be hanging in S state, and the others in D. The load avg should hence go up to n-1 if we have n threads calling recv() on the same socket.

I would say this a bug.