Re: [libmicrohttpd] Aync handling & message response

2018-09-09 Thread Christian Grothoff
In this case, MHD would use an eventfd instead of a pipe *if* the platform supports it (i.e. on GNU/Linux). On 09/06/2018 08:11 AM, Kunal Ekawde wrote: > Hi Christian, > > Can you please confirm if suspend/resume wont use pipe (lfor IPC)? > As in manual it's mentioned as: > "Enables using MHD_sus

Re: [libmicrohttpd] Aync handling & message response

2018-09-09 Thread Christian Grothoff
On 09/06/2018 08:19 AM, Kunal Ekawde wrote: > > Can you please provide some information on 'MHD_USE_TURBO' as I couldn't > find any info in manual. From the manual: @item MHD_USE_TURBO @cindex performance Enable optimizations to aggressively improve performance. Currently, the optimizations thi