On 5.9.2006, at 10.46, Kris Leech 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 requiresmultiple instances... Am I getting that right?
Yes, just like you would have multiple fcgi processes running. However, you can get away quite nicely with just one mongrel if your load is not huge and you don't serve big files with that mongrel instance.
//jarkko -- Jarkko Laine http://jlaine.net http://odesign.fi
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users