Can anybody recommend an open source software which uses drb? It would
be interesting to see how other people have solved their problems with
drb... (or other similar protocols).
Thanks!
Reto Schüttel
>Hi
>
>Can anybody recommend an open source software which uses drb? It would
>be interesting to see how other people have solved their problems with
>drb... (or other similar protocols).
>
>
I use drb in KirbyBase (http://netpromi.com/kirbybase_ruby.html) to
allow it to work in client/server mode.
Jamey
ruby queue use a local drb server to do fork/exec jobs in another process.
this allows a pseudo-fork to occur in the middle of an sqlite transaction -
which is otherwise not allowed.
http://www.linuxjournal.com/article/7922
http://codeforpeople.com/lib/ruby/rq/
http://raa.ruby-lang.org/project/rq/ # raa may be down attm
the files specific to drb
http://codeforpeople.com/lib/ruby/rq/rq-2.3.1/lib/rq-2.3.1/jobrunnerdaemon.rb
http://codeforpeople.com/lib/ruby/rq/rq-2.3.1/lib/rq-2.3.1/jobrunner.rb
http://codeforpeople.com/lib/ruby/rq/rq-2.3.1/lib/rq-2.3.1/job.rb
regards.
-a
--
judge your success by what you had to give up in order to get it.
- h.h. the 14th dali lama