Product Documentation

Database Administrator's Guide

Previous Topic

Next Topic

COMPATIBILITY NO_SIGNAL_HANDLER

COMPATIBILITY NO_SIGNAL_HANDLER

Developers using the Server SDK to build custom servers with their own over all control of the server can use this server configuration keyword to force the server to skip the installation of signal handlers at server startup. If this is done, then their control code will be responsible for dealing with signals. This modification only affects Unix platforms. If signal handlers are implemented for other platforms, then be sure that the compatibility test in ctsint_a.c is repeated within the appropriate platform #ifdef.

TOCIndex