views:

130

answers:

2

What RPC framework/lib for python could you recommend me? The architecture is client-server, server should stand high load, and connection tunneled over ssl. I've googled such things as pyro, twisted.spread, rpyc.

A: 

See pyro : In future, google.

Mustapha Isyaku-Rabiu
How can I ask google for advice?
t0ster
A: 

The are some alternatives to Pyro if you really need high loads:

Both are really fast. The second one needs Cython, however; so you can try jpc on the first place.

manu