I need a way to kill the ferret_server drb process programatically, so I
can start/stop it as part of the capistrano deployment process.

This should be as simple as adding some sort of stop method to
ActsAsFerret::Remote::Server.  I was just messing around and was able to
do it by modifying method_missing to look for the :stop method and then
calling DRb.thread.exit -- this is not good enough for a general
solution however.

If anyone has an idea of how it should be done, I can do it and submit a
patch.

Thanks,
-Adam

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to