You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: