[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] MHD Conection timeout seems to hog the CPU
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] MHD Conection timeout seems to hog the CPU |
Date: |
Sat, 4 Jun 2011 22:24:34 +0200 |
User-agent: |
KMail/1.13.6 (Linux/2.6.38-8-generic-pae; KDE/4.6.2; i686; ; ) |
David thinks that a recent patch of mine seems to fix the timeout issue (it
would seem the code went into busy waiting for 1s because of a test for
closing the connection having been "<" where it should have been "<=").
However, he's having other troubles with MHD >= 0.9.8 and I don't have the
code to reproduce them, so we cannot claim total success just yet...
Happy hacking,
Christian
On Friday, June 03, 2011 06:59:34 PM Piotr Grzybowski wrote:
> hello all.
>
> David: if it is possible could you show us the output of top command
> during the "freeze", and during normal streaming, you could also
> supply output of lsof, of course if there is no confidential data there,
> also capture the number of threads open by your process, assuming
> it is called httpd:
>
> # ps -C httpd -L
>
> cheers,
> pg