Forum Moderators: coopster
I can offer an educated guess at best -- I would like to think that your answer is Yes, both the child and parent would use the same connection as the manual pages state that the pcntl_fork [php.net] function creates a child process that differs from the parent process only in it's PID and PPID.
However, it also goes on to say Please see your system's fork(2) man page for specific details as to how fork works on your system.
I'm sure you've already read this as well and that's where the clarity begins to dim as it did for me. Have you tested it yet?