On Sep 09, 2007, at 12:49 am, Kirk Haines wrote:

> I have two points, here.  First, you can run a considerable number of
> ruby based sites on a single modest server like yours, and they can
> handle a rather impressive traffic load on a single process, depending
> on your framework.  And second, running the same code in an event
> based pipeline versus a multithreaded pipeline invariably gives me
> better peformance in my apps.

Interesting!  What about the case of long-running requests, eg file  
uploads, outgoing web service requests or complex calculations?  Do  
you have any of those, and if so, how does it affect the balance of  
event-based vs multithreaded?

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

Reply via email to