pythonrubydrb

Is there any Python module similar to Distributed Ruby


I am new to Python. Just want to know is there any module in python similar to ruby's drb? Like a client can use object provided by the drb server?


Solution

  • This is generally called "object brokering" and a list of some Python packages in this area can be found by browsing the Object Brokering topic area of the Python Package Index here.

    The oldest and most widely used of these is Pyro.