1.25.3. AppStart

[<<<] [>>>]

=bold This function is not implemented in this module. This function is used by this module and the program using this module should provide this function. =nobold

This function is called by httpd after binding on the desired port, and after forking to background on UNIX. This function should start all threads instead of AppInit, otherwise the forking looses all threads except the main thread. The first version of this code started the logger threads before the fork and the parent exited with the running logger threads whil the child daemon did not run the logger threads.

int AppStart(void **pApp);

[<<<] [>>>]