[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] MHD_suspend_connection API
From: |
Luke-Jr |
Subject: |
Re: [libmicrohttpd] MHD_suspend_connection API |
Date: |
Wed, 5 Feb 2014 02:48:25 +0000 |
User-agent: |
KMail/1.13.7 (Linux/3.12.6-gentoo; KDE/4.11.2; x86_64; ; ) |
On Tuesday, January 21, 2014 4:00:43 AM Luke-Jr wrote:
> On Tuesday, December 03, 2013 8:45:55 PM Christian Grothoff wrote:
> > libmicrohttpd 0.9.32 adds the 'MHD_suspend_connection' API for suspending
> > connections so that they can be resumed later when the server has more
> > data. This was previously not possible when using a thread pool or
> > internal select. Note that in thread-per-connection mode the application
> > must still not use this call and should instead simply block.
>
> How is this supposed to work? It seems that if I resume the connection,
> nothing is ever called again. Calling my handler manually after resuming
> also yields no results. I can't seem to locate any examples or other
> software using this interface either.
>
> In case my attempted code is helpful: http://codepad.org/RQNIZ2rx
So... does the lack of response mean nobody has tested or used this, and it's
just entirely broken? :(
Luke
- Re: [libmicrohttpd] MHD_suspend_connection API,
Luke-Jr <=