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

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -