How to make PHP application working multi-threaded? [duplicate]
Possible Duplicate:
Multithreading/Parallel Processing in PHP
I need to make application which work 10 simultaneously like multi-threading .
If you application is running on the CLI, you can use pcntrl_fork:
http://www.php.net/manual/en/function.pcntl-fork.php
精彩评论