problem with selecting remote procedure calls

Tim Golden mail at timgolden.me.uk
Thu Jul 23 07:39:26 EDT 2015


On 23/07/2015 04:10, eric johansson wrote:
> https://docs.google.com/drawings/d/1M-TzfRaSaAhFXQk1OmcmHNOaW31_7W_7q0bf8CAJqSw/edit?usp=sharing
>
>  while this is related to my speech recognition through the next
> project, is actually a good question for RPCs in general.
> Specifically, are there any good-RPCs out there that are fast,
> supported, and easy to use?

It looks like a decent fit for Pyro:

  https://github.com/irmen/Pyro4

  http://pythonhosted.org/Pyro4/

  https://pypi.python.org/pypi/Pyro4

Pyro's certainly actively maintained and I've seen its developer, Irmen
de Jong, pop up on this list fairly recently.

Exactly how good a fit it is would depend on your precise setup. But I
think it's worth exploring. I can't speak as to its speed -- I've only
used it where speed wasn't really an issue.

TJG



More information about the Python-list mailing list