> Solution? You can kind of get around this problem by using the Index > class and setting the :auto_flush parameter to true. If you are > concerned about performance though you are better off with just the > one process writing to the index. > > Does that make sense?
Yes. Mongrel_cluster uses a different pid for each mongrel instance. I don't think there would be any way to specify which instance the load balancer uses based on the action so... :auto_flush seems the way to go. The application should be 99.9% about reading so hopefully the performance hit won't be significant. I'll have to test and see. Cheers Dave. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

