shaneharter / PHP-Daemon

Build production-ready Daemons using PHP 5.3+. Build fault-tolerant applications without the boilerplate.
Other
768 stars 166 forks source link

tutorial in implementing shaneharter/php-daemon #59

Open ezekel opened 9 years ago

ezekel commented 9 years ago

Hi,I want to try this php-daemon,but I am having difficulty on how to implement this,I created as socket listener in php and I want to apply this php-daemon to my project.because my listener will exit if there is no client connection and I re-run this by using task-scheduler in every 1 min.but I don't want to exit my script I want to run forever. I hope you can help me

Thank you in advance.