On 9/5/06, Kris Leech <[EMAIL PROTECTED]> wrote:
> hemant wrote:
>
> > Somebody asked similar question earlier i guess...why run multiple
> > instances of mongrel..when it is threaded?
> > The simple answer is...ruby threads are not native threads.And
> > hence..all the ruby threads are running your current interpretor.
>
> So Mongrel is threaded but can't process concurrent requests so requires
> multiple instances...
> Am I getting that right?

No.

Mongrel is threaded and Mongrel can process concurrent requests.

The handler for Rails is setup to not process concurrent requests,
though, to avoid Rails badness.

Other Mongrel handlers may be (and probably are, in general) fully
capable of operating concurrently.


Kirk Haines
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to