In order to support compilation on Windows, we need to remove the SIGUSR2 signal handling. There is already a Unix domain socket-based signalling mechanism underway for production forensics control... replace the existing SIGUSR2 support with a similar mechanism.
In order to support compilation on Windows, we need to remove the
SIGUSR2
signal handling. There is already a Unix domain socket-based signalling mechanism underway for production forensics control... replace the existingSIGUSR2
support with a similar mechanism.