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

FastCGI (Job Strategies) #17

Open
danhunsaker opened this issue Jan 6, 2019 · 0 comments
Open

FastCGI (Job Strategies) #17

danhunsaker opened this issue Jan 6, 2019 · 0 comments

Comments

@danhunsaker
Copy link
Member

Expected Behavior

Refactor the current implementation to pull forking and in-process (no-fork) execution strategies into separate classes, which the worker processes will then use to actually spawn jobs according to sysadmin configuration. Then, add support for a FastCGI strategy, in addition to the forking and in-process strategies currently supported.

Current Behavior

Currently, only forking and in-process (non-forking) strategies are supported, and forking is used if it is supported, regardless of sysadmin preferences. This feature would allow the addition of other mechanisms under the hood, and give control over which to use to the sysadmin.

Possible Solution

The original attempt at this, by @ebernhardson, was in chrisboulton/php-resque#81

Context

This feature was originally suggested and Pull Requested under the old home for this project. This issue is intended to pull this functionality over to the current repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant