> I don't know how Webrick handles Rails, but with lighty/fastcgi you have > seperate fastcgi processes that don't share anything and each only > handle one request at a time.
Thanks a lot for you answer. I thought both dev/prod environement had the same way to deal with threads and in production (with lighttpd/fastcgi) each rails process could handle several clients at the same time, but I was wrong. I've just re-read the FCGI dispatcher and you are right Jens. Thanks again. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

