note 54514 deleted from function.apache-child-terminate by didou
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: daniele_dll at yahoo dot it ---- Don't use this function to simply terminate your scripts! Using this function you will cause a BIG overhead to apache, infact it will terminate and restart child processes instead to execute more requests in the same process! Use die or exit instead