libmicrohttpd
[Top][All Lists]
Advanced

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

[libmicrohttpd] Sleeping a request thread


From: Miguel Sancho
Subject: [libmicrohttpd] Sleeping a request thread
Date: Fri, 19 May 2017 00:22:03 +0200

Hi,
using the MHD_USE_THREAD_PER_CONNECTION mode,
are there any issues in "sleeping" the request thread some seconds waiting for response? any known drawback in MHD?

for example to wait 4s:
         usleep(4000000)
         MHD_queue_response (..)

Thanks

reply via email to

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