[libmicrohttpd] Idea for a good design to use external select + suspend/resume + pthread
Hello everyone. I've tried to use an external select, the suspend/resume feature and a detached thread for some specific (slow) requests. The main idea around this, is: the common requests (database CRUDs, html/js/css sending etc.) are processed in the main loop within main thread (application), b
Re: [libmicrohttpd] Idea for a good design to use external select + suspend/resume + pthread
On Sun, Mar 17, 2019 at 2:28 AM silvioprog wrote: > ... It is a good practice ... > I meant "Is it a good practice ...". -- Silvio Clécio