Re: [PATCH v2 08/14] daemon: use explicit file descriptor
From: Johannes Sixt <hidden> Date: 2016-06-15 22:48:02
On Freitag, 15. Januar 2010, Erik Faye-Lund wrote:
This patch adds support to specify an explicit file
descriotor for communication with the client, instead
of using stdin/stdout.
This will be useful for the Windows port, because it
will use threads instead of fork() to serve multiple
clients, making it impossible to reuse stdin/stdout.