Tagged Questions
3
votes
1answer
1k views
What are the pros and cons of PyRo and RPyC python libs?
I am looking for a remote procedure call engine for Python and I've found that PyRo (Python Remote Object) and RPyC (Remote Python Call) are both the kind of thing I am searching for.
However, I am ...