Search found 2 matches

by Jagin
Sun May 28, 2006 11:08 am
Forum: PHP - Theory and Design
Topic: PHP service/daemon with asynch calls
Replies: 8
Views: 3328

Thanks

Thanks for all the replies.

Found this interesting write-up on a request for multithreading support in PHP (denied for the 1,000th time):
http://www.zend.com/zend/week/week266.php#Heading5

I think I'll go with Mono to write the daemon.

Jagin
by Jagin
Sun May 28, 2006 8:27 am
Forum: PHP - Theory and Design
Topic: PHP service/daemon with asynch calls
Replies: 8
Views: 3328

PHP service/daemon with asynch calls

Hi

I'd like to have a PHP service/daemon running - to which I can forward asynchronous calls. Basically I need to call to start work on something, but not wait for the work to complete before returning.

What's the best way to approach this?

Thanks
Jagin