cherokee / webserver

Cherokee Web Server
GNU General Public License v2.0
568 stars 104 forks source link

FastCGI: multiplexed #627

Open danielniccoli opened 11 years ago

danielniccoli commented 11 years ago

Original author: alobbs (January 19, 2010 12:40:07)

Cherokee has been shipping a secondary FastCGI handler for quite a long time now. It is basically able to handle multiplexed FastCGI requests through the same TCP connection.

It's been hidden in the administration interface because, even though the part of the FastCGI spec, many of the most common FastCGI applications do not support it; or even worse, they have fail prone implementations (php-cgi).

I'm removing this handler_fastcgi from the main source tree by now. There is no point shipping it any longer until we figure how to make it work with every FastCGI application.

The source code is attached.

Original issue: http://code.google.com/p/cherokee/issues/detail?id=714

danielniccoli commented 11 years ago

From alobbs on January 20, 2010 10:15:22 Commit removing the code from trunk: http://svn.cherokee-project.com/changeset/4140