Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

drb Applications

0 views
Skip to first unread message

Reto Schuettel

unread,
Mar 1, 2006, 3:20:36 PM3/1/06
to
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).

Thanks!
Reto Schüttel


Jamey Cribbs

unread,
Mar 1, 2006, 4:04:03 PM3/1/06
to
Reto Schuettel wrote:

>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


ara.t....@noaa.gov

unread,
Mar 1, 2006, 4:11:32 PM3/1/06
to


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


0 new messages