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 -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -