Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manager for workers #1

Open
drealecs opened this issue Jan 15, 2014 · 2 comments
Open

manager for workers #1

drealecs opened this issue Jan 15, 2014 · 2 comments

Comments

@drealecs
Copy link
Owner

There is a need to create a manager that can start and stop workers.

It could be configured by a file that the worker needs to read from.

@guice
Copy link

guice commented Jan 31, 2014

I found this, which seems to work nicely. Just replace "worker.php" contents into their callback function:

https://github.com/jimbojsb/workman

It's not a full management solution, but it's a start.

@drealecs
Copy link
Owner Author

drealecs commented Feb 8, 2014

jimbojsb/workman is only working on unix platform because it uses pcntl extension.
one idea would be to use symfony/Process: https://github.com/symfony/Process

@drealecs drealecs closed this as completed Feb 8, 2014
@drealecs drealecs reopened this Feb 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants