libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] Why MHD latency is so high on Windows?


From: Nils Durner
Subject: Re: [libmicrohttpd] Why MHD latency is so high on Windows?
Date: Mon, 16 Nov 2015 21:27:09 +0100

 
Just to see if this the source of the 250ms delay, you could remove the waiting-on-handles part from PlibC select.c.

Alternatively, you could also remove the signalling pipe from the select set in the MHD code. That way, PlibC should not enter this socket/handle multiplexing mode with its 200ms penalties.

Regards,

Nils

reply via email to

[Prev in Thread] Current Thread [Next in Thread]