Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94443

Re: problem with selecting remote procedure calls

Subject Re: problem with selecting remote procedure calls
References <21624840.357.1437621015246.JavaMail.eric@aho>
From Tim Golden <mail@timgolden.me.uk>
Date 2015-07-23 12:39 +0100
Newsgroups comp.lang.python
Message-ID <mailman.911.1437651570.3674.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: problem with selecting remote procedure calls Tim Golden <mail@timgolden.me.uk> - 2015-07-23 12:39 +0100
  Re: problem with selecting remote procedure calls Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2015-07-23 20:57 +0200

csiph-web