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 curious to know how they compare to each other and what are their pros and cons ? ...