On 5/23/06, Kevin C <[EMAIL PROTECTED]> wrote:
> I'm confused here.
>
> Does this not-thread-safe mean we can only run ONE mongrel for ONE app
> on ONE server?  Can we start another mongrel for the same app on the
> same server but on a different port (and serve through proxy)?
>
> I suppose we can run another mongrel for the same app on another server.
>

Mongrel is fine, and happy running 100 copies on one server. Rails
itself is not thread-safe, and that means you need one Mongrel (or
FastCGI instance, or WEBrick, or whatever) per Rails process.

If you want to run three Rails apps, you need three somethings
(preferably Mongrels).

_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to