-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
There are several facilities in the forked server code that do not make sense to have in a user facing library. This includes things like calling _exit, generating stack traces on faults, injecting signal handlers, and the like. These are policies that should be set by the application using the driver, not the driver itself.