belgattitude / php-java-bridge

Soluble PHP/Java bridge server (unofficial fork)
Other
45 stars 10 forks source link

Research possible improvements for FastCGIServlet #44

Closed belgattitude closed 7 years ago

belgattitude commented 7 years ago

Here's a ticket for research about possible improvements of the FastCGIServlet support.

Nowadays, there might be better support for it (relying on php-fpm and not php-cgi) like Jetty FastCGIProxyServlet. See also examples: http://www.eclipse.org/jetty, /documentation/9.3.x/configuring-fastcgi.html and http://www.eschrade.com/page/configuring-jetty-to-run-magento/

Feel free to comment or share info about it