Re: [Rails] What is the appserver for production that works best with Rails3?

2010-02-11 Thread Conrad Taylor
On Thu, Feb 11, 2010 at 4:45 PM, Rick DeNatale wrote: > On Thu, Feb 11, 2010 at 6:29 PM, Joshua Partogi > wrote: > > Hi all, > > > > In development I used webrick, but I suppose I don't want to use that > > in production. With rails2 I would use mongrel or thin. But as far as > > I know, mongrel

Re: [Rails] What is the appserver for production that works best with Rails3?

2010-02-11 Thread Rick DeNatale
On Thu, Feb 11, 2010 at 6:29 PM, Joshua Partogi wrote: > Hi all, > > In development I used webrick, but I suppose I don't want to use that > in production. With rails2 I would use mongrel or thin. But as far as > I know, mongrel is no longer developed? So are we left to thin these > days? Does thi

[Rails] What is the appserver for production that works best with Rails3?

2010-02-11 Thread Joshua Partogi
Hi all, In development I used webrick, but I suppose I don't want to use that in production. With rails2 I would use mongrel or thin. But as far as I know, mongrel is no longer developed? So are we left to thin these days? Does thin plays nicely with Rails3? What is your latest experience on this?