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.