josegonzalez/php-queuesadilla

implement pre-forking worker

josegonzalez opened this issue · 2 comments

implement pre-forking worker

Could you elaborate on how you think this should work?

Similar to the exec method, we would use pcntl_fork to fork the current process. This might actually not be as trivial as it seems, as I don't know what happens to engine connections during a fork...