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

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -