> > Thank you very much. That cleared things up for me and I am in the > process of adding ferret to my project. However I am not clear on how > to use the Drb server when you have multiple instances of the app. It > is not the more common deployment scheme where you have multiple app > servers or mongrels but share the same data. Our app will be shared > but the database and the resources are private to each customer. So > can we use Drb to listen on separate ports for serve different > customers?
yes you can, check this [1]. Each app will have its own config file (including a port setting) for the ferret drb server. You should definitely use the drb server when using ferret. Ben [1] http://projects.jkraemer.net/acts_as_ferret/browser/trunk/plugin/ acts_as_ferret/config/ferret_server.yml _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

