libmicrohttpd
[Top][All Lists]
Advanced

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

[libmicrohttpd] libmicrohttpd, serialized access


From: Martin Velek
Subject: [libmicrohttpd] libmicrohttpd, serialized access
Date: Fri, 27 Jun 2014 11:18:26 +0200

Hello,

I am using libmicrohttpd with the MHD_USE_SELECT_INTERNALLY flag only
(one thread). Every request is processed in the libmicrohttpd thread
and neither MHD_Connection * nor MHD_Response * are processed outside
the thread.

Is it possible to make all pthread_mutex_* calls as no-ops?

Martin



reply via email to

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