[ Team LiB ] Previous Section Next Section

A.13 Terminating a Child Process on Request Completion

If you want to terminate the child process upon completion of processing the current request, use the child_terminate( ) method anywhere in the code:

$r->child_terminate;

Apache won't actually terminate the child until everything it needs to do is done and the connection is closed.

    [ Team LiB ] Previous Section Next Section