Multiple servers in only one TupleSpace in DRb (Ruby)

154 views Asked by At

guys! I'm thinking in to run each server in one computer and to do all clients find themselves. Is there a way to run multiple servers with DRb?

If not, how can I do my clients (one in each computer too) see all the servers in my network? I'm frustrated.

The idea is to make a simple P2P, where I can run one server and one client in one computer. Thanks a lot!

1

There are 1 answers

0
osburnsharp On

DRb is a fairly low-level means of IPC. You may find the following higher-level solution easier to use although you do have to set up an infrastructure first. You don't say whether you are on Linux or something else, but this works on Linux and runs pretty much out of the box on Gentoo: