doorman
doorman copied to clipboard
Child process management
Hey, I think I have a problem with this. I want to include the script inside a backup class. However, I get - with two different calls - different results....
Because this is not a silverstripe module, potentially use the 'self' [provision](https://github.com/silverstripe/silverstripe-travis-shared/blob/master/config/provision/self.yml) in the travis shared config which doesn't install silversripe recipe. If the shared config isn't a good fit,...
From https://github.com/asyncphp/doorman/pull/33
`ProcessManager` is `final class` which prevents extensibility. This is especially problematic if custom shell commands ned to be run. Fixed in https://github.com/asyncphp/doorman/pull/29
I work in a php7.2 environment with Linux 16 and I am using Doorman to handle threads. The process adds the tasks well, however, once the "Tick" method is executed,...
It seems it's somewhat unnecessarily slow running a few tasks in parallel from a larger pool. Take ~1000 ProcessCallbackTasks loaded into the manager, with a rule forcing at most 10...
In our application we don't use stdout.log as default log file. How do I override stdout.log?
I really love your idea's, but it's pretty hard to get hold of it. Maybe a commented example program(s) will do some good, providing answers to the following questions: -...
I have some errors with this piece of code: ``` php class A { public function run($machine_name) { echo $machine_name; } } class B extends A { public static function...
Hi cgPitt, I reproduced your code with a little modif in foreach loop.. But had that my $manager->tick() always result false without PHP error.. Result true on single addTask.. Did...