PHP-Daemon icon indicating copy to clipboard operation
PHP-Daemon copied to clipboard

Build production-ready Daemons using PHP 5.3+. Build fault-tolerant applications without the boilerplate.

Results 38 PHP-Daemon issues
Sort by recently updated
recently updated
newest added

Hi, I am building a solution that crawls some websites, and after a while the following messages are "dumped" in the log. [2014-04-29 13:32:11] 6013 Workers SysV::put() Failed for call_id...

Recently I need to write a program to pull message from SQS constantly. Then I found this library to do it. I extended the abstract class Core_daemon and wrote main...

Hi! The last commit on this project was 8 months ago, there are numerous issues without responses, no apparent development. I am using this tool heavily and am waiting for...

Core_Worker_Mediator::shm_init Failed. Could Not Read Header. If this problem persists, try running the daemon with the --resetworkers option tried with the --resetworkers option php run.php --resetworkers but the error still...

This change resulted being very useful for me while I was debugging the functionality. I thought I'd share it in case you think it can be useful. Thanks for such...

Is this deamon suitable for irc applications, and if so, where to start would be appreciated

Hi! I was wondering what the status is on version 2.2. I read you are thinking of namespacing the classes and changing the directory structure. I have an additional idea:...

If you have multiple workers their names can't start with the same letter. It's case sensitive. Took me all morning before I tracked down what was causing the error. This...

Hello ! The extension PNCTL is installed on my server (apache2, debian) and work on my scripts but when i try to start run.php of examples (PrimeNumbers), i get this...