Great work Zed, thanks for releasing this! on separate versioning: The flip-side to separate versioning is that you can write a script to automagically install everything for a new rails setup and not be prompted for the version of mongrel in the middle of your massive, long-running install script.... I believe.
As for where to see mongrel go (at least on the rails side), I concur with simplicity. I'm thinking RAILS_ROOT/script/server mongrel starts mongrel on port 3000 and depdending on changing your own RAILS_ROOT/conf/mongrel.conf, starts up 1 or 5, prefixes, and all that other jazz, but is defaulted to start one on 3000 -- and you handle the load-balancing with whatever you want externally be it apache2 or nginx or pound or pen or lighttpd (mod_proxy_core). Of course this doesn't really help the other cool uses of mongrel and is a ruby/rails-centric view, but that's just me. cheers! On 9/18/06, Joey Geiger <[EMAIL PROTECTED]> wrote: > Re: different version numbers for unix/win32. > > I think this has been done with the mysql ruby module, and it's > actually causing me problems. Every time I do a gem update, it thinks > that the 2.7.1 is new on unix and tries to rebuild it, even though > it's already at 2.7.0, which is the newest unix version. > > On 9/18/06, Alexander Lazic <[EMAIL PROTECTED]> wrote: > > On Mon 18.09.2006 02:26, Zed Shaw wrote: > > [snipped] > > > > >* Nginx module? Why nginx? Because I can read nginx code. Sad that I > > >can read a Russian's code better than the Apache code and that his > > >configuration file format is way better. > > > > ;-)) > > > > What do you mean with a 'nginx module' such as the 'perl module'?! > > > > Regards > > > > Aleks > > _______________________________________________ > > Mongrel-users mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting: www.slingshothosting.com _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
