Linux folks -- anybody have any idea how to properly daemonize a web server built with libmicrohttpd?
-
Linux folks -- anybody have any idea how to properly daemonize a web server built with libmicrohttpd?
The library's examples all start the server (typically multithreaded but not forked?) then block on a call to getc/getchar.
I tried double-forking, but I did so hurriedly and may have got some things wrong. Thought I'd ask here in case somebody knows The Right Way.
-
M monkee@other.li shared this topic