[Rails] Re: rails hyperthreading on Quad core

2009-07-02 Thread Kuros Yalpani
Developer In London wrote: i found thin seems to run faster then mongrel in my app. just my 2 cents. nayeem thanks, are you using a multi cpu (dual/quad) hardware? Kuros 2009/7/2 Kuros Yalpani rails-mailing-l...@andreas-s.net Quad core processor (intel i7 920) but I am not sure if

[Rails] Re: rails hyperthreading on Quad core

2009-07-02 Thread Kuros Yalpani
Leonardo Borges wrote: Hi Kuros, One thing that could certainly help is moving to a apache/nginx + passenger setup. That would improve your memory usage. But keep in mind that if you rely on ruby threads on your application, ruby won't take advantage of your QuadCore processor. Only if you

[Rails] Re: rails hyperthreading on Quad core

2009-07-02 Thread Roderick van Domburg
Kuros Yalpani wrote: actually, this would presumably answer my question, since if hyperthreading is emulating multiple cpu's then the multiprocess architecture of fcgi would benefit from that. However, I am not sure on how load mutual exclusivity affects cache usage. Do you mean a kind of