PHP process takes a long time to finish, how can I farm it off to a worker -


i have lot of calculations on single thread (request/response). how can multi-thread work?

php cant multi-thread, can fork - when not going through apache!

look @ using worker system, php-resque

it makes life easier :)


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -