
roberto at unbit
Sep 30, 2009, 6:24 AM
Post #5 of 9
(626 views)
Permalink
|
|
Re: cherokee + phusion passenger + ruby enterprise
[In reply to]
|
|
> > twitter gains 30% of througput (without refactoring) using REE (1) but > the really great about passenger is how easy is to use, configure once > and use in 3each app, i dont need to worryed about what raisl version > need the app, just confiugre passenger, and put the app in thepassenger > dirs, restar the server and the apps works like charm. Yes, but this is thanks to REE not passenger. > > Actually the cherokee wizard for rails only support rails (ther out is a > lot of other ruby framworks very popular like sinatra, camp, or plain > ruby) and some times is tricky to make it works correctly (when failsl > you dont know if it is an ruby error, or cherokee, or fcgi, etc). Of > coure other of the great features is the rack integration. rack supports all of this framework, (yes, for some of them, only the latest release are rack-compliant), if we want to support automagic configuration we should integrate it in cherokee (for all handlers) not only for the ruby-environment. > > My company is working with a rail app, and after some test nginx > +passenger+ree (all is installed and configured easily with a phusion > isntaller) have more points than cheroke. But i really prefer cherokee! > I really will love to see cherokee to mimic the passenger behaviour. > > 1. http://blog.evanweaver.com/articles/2009/09/24/ree/ My company, works with rails from years, we have been the first italian provider to offer rails-ready hosting before 2006, we have developed tons of deploy systems, we have used passengers, mongrels, pure-fastcgi and now uwsgi+rack and the results are always the same: deploy is not a real problem, rails/ruby is a resource-devourer environment (i am not talking about REE obviously) and this is the only REAL problem. I am not against Passenger inclusion (i can even work on its integration in cherokee as my company has dismembered i during the year), i am against overcomplex-handler for webservers. -- Roberto De Ioris http://unbit.it JID: roberto [at] jabber _______________________________________________ Cherokee mailing list Cherokee [at] lists http://lists.octality.com/listinfo/cherokee
|