On 12/5/06, Joseph McDonald <[EMAIL PROTECTED]> wrote:
I ran the code, and it worked just as Christopher explained. The one thing I don't understand is why mongrel can only handle 1 connection at a time. I thought that mongrel used a thread per connection.
The simple answer: Mongrel is multithreaded, but Rails is not thread-safe. See question two in the FAQ: http://mongrel.rubyforge.org/faq.html /David
_______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
