Hi Christian,

Thanks for your reply. I have few more doubts based on my understanding on
the library. Please correct me if I am wrong.

1. Is it possible  to have an external thread with desired attributes and
use MHD without creating thread internally? Will it call the callbacks as
desired? Will passing MHD_NO_FLAG to start_daemon helps this scenario?
MHD_RUN() has something to do with this?

2. From your reply, what I understand is to call pthread_self() and related
attribute set  functions from MHD_AcessHandlerCallback. Is that correct?

On Sun, 28 Jun 2020, 12:42 am Anaswara Nair, <anaswara...@gmail.com> wrote:

> Hi,
>
> I am using libmicrohttpd for the first time. I wonder if it is possible to
> set attributes such as priority, affinity, scheduling policy, etc to the
> thread created by start_daemon. While exploring I found
> MHD_create_thread_(). But doubtful if it can be used directly from my
> application.
>

Reply via email to