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

Server support for persistent child processes #9

Open
jonrober opened this issue Sep 22, 2015 · 0 comments
Open

Server support for persistent child processes #9

jonrober opened this issue Sep 22, 2015 · 0 comments

Comments

@jonrober
Copy link
Contributor

Add server support for persistent child processes that the server communicates with over a UNIX domain socket. The best protocol for communication is probably FastCGI, since that will allow the child processes to be written in a wide variety of languages and take advantage of existing libraries. This will probably require a new implementation of the FastCGI server-side protocol.

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

1 participant