Hi,
I have written a script that basically sends an email (using sockets). I
want this script to be able to run multiple copies of itself so that it
doesn't have to wait for one mail sending to finish before starting on the
next. I understand that I need to use the PHP pcntl_ family of functions to
control the processes, but am not sure where to start. There aren't many
helpful articles on the internet about this topic! Any example code or help
would be greatly appreciated.
Thanks,
Colin.
I have written a script that basically sends an email (using sockets). I
want this script to be able to run multiple copies of itself so that it
doesn't have to wait for one mail sending to finish before starting on the
next. I understand that I need to use the PHP pcntl_ family of functions to
control the processes, but am not sure where to start. There aren't many
helpful articles on the internet about this topic! Any example code or help
would be greatly appreciated.
Thanks,
Colin.
Comment