-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 JoseAlberto schreef: > Any plans to integrate REE & phusion passenger in cherokee? > nginx already do it, ruby web apps get aroun 30% more of througput adn > less memory use when run on passenger over REE (both are opensource > projects). > Nginx is gettign a lot of users thanks to that.
My hunch or high performance webapps; Ruby should not even come into the picture. But that aside, reading the documentation: "Passenger cannot use the mod_php way because it would force us to spawn a new Rails application for each request, which is — as explained earlier — unacceptably slow. Instead, Passenger uses the PHP-FastCGI approach. We maintain a pool of application instances, and whenever a request is received, we forward the request to one of the application instances in the pool. The size of the pool is configurable, which is useful for administrators of servers that are either heavily loaded or have little memory." If anyone is interested in Phusion, why not make Phusion fastcgi compatible? Stefan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREKAAYFAkrDRxQACgkQYH1+F2Rqwn1fsACbBShr9Opqs7kez+AmDwm/n1p3 BBEAn2IZYxfBZrK7rhRs0EX5Z2Rum5ZG =B/gD -----END PGP SIGNATURE----- _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
