drb Applications

R

Reto Schuettel

Hi=20

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).=20

Thanks!
Reto Sch=FCttel
 
A

ara.t.howard

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,665
Latest member
salkete

Latest Threads

Top