0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Catch error in eco timer sleep until More... over 9 years ago
Updated composer dependencies More... over 9 years ago
Executable worker tested More... over 9 years ago
Simplifying halt process More... over 9 years ago
Resolved merge conflict More... over 9 years ago
Fallback to new instance of built-in double for eco sleeper More... over 9 years ago
Fix in eco sleeper: Skip too small sleep More... over 9 years ago
Fixed eco sleeper to min time interval / Safe-guards for failed forks so that exception is thrown and no second (third..) master is wrongly spawned More... over 9 years ago
More tests More... over 9 years ago
Sleeper independent of errors More... over 9 years ago
Prohibit starting new processes once stop is triggered More... over 9 years ago
Added new eco sleeper, which uses time_sleep_until() rather then usleep, since PHP wont go crazy with signal terror in this case More... over 9 years ago
Removed spork, since it seems not to fit for (very) long running processes and tends to throw fatals while stream reading on with its pipes (which we dont need anyway) More... over 9 years ago
Encapsulated daemon loop in catch block to catch and log exceptions More... over 9 years ago
Added sleeper, so that we can implement fuzzy sleep intervals to introduce randomness More... over 9 years ago
Added check whether process already running for run detached More... almost 10 years ago
Run uses now timeout instead of loop count / Halt does return now correctly bool More... almost 10 years ago
Cleaned up / Started writing new tests / Added executable worker / Stabilized child process cleanup More... almost 10 years ago
cleaned up error logs More... almost 10 years ago
Refactoring completely - its so much fun More... almost 10 years ago
Switched from monolog to PSR logger (interface) More... over 10 years ago
Small fixes in examples More... over 10 years ago
Changed option parsing in detached example / Fix in file wrapper More... over 10 years ago
Upgraded to monolog 1.6 More... over 10 years ago
Continued with testing More... over 10 years ago
Increased dev dependency to PHP 5.4 for AspectMock More... over 10 years ago
Tested detached and halt More... over 10 years ago
Added detachning capability and halt for detached daemons More... over 10 years ago
Tests about finalized More... over 10 years ago
This time a structure refactoring.. More... over 10 years ago