Reputation: 328
I want to run hundreds of parallel php processes from a PHP script. Which will provide better performance: proc_open or pcntl_fork?
proc_open
pcntl_fork
Upvotes: 0
Views: 50