views:

7

answers:

0

Is it possible to prevent zend engine to free resources allocated in PHP?

For example, when a process is forked() and the resource is duplicated to the child process, when either child process or parent process exit, the resource is free thus other processes can't access them any more.