> > if you're using Rails, you usually won't encounter multithreaded access > to a single index instance, since Rails is not threaded (or at least is > not intended to run in a multithreaded way).
But, tell me if I'm wrong, in dev env Rails use webrick, and webrick create a thread for each client, so each ajax call. Rails does not create threads, it's true, but webrick does. And the instance of DispatchServlet is share between all client thread, yes or not ? -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

