Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'pop': 0.05; 'supported,': 0.07; 'url:github': 0.09; 'decent': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'general.': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'recently.': 0.16; 'sfxlen:0': 0.16; 'tjg': 0.16; 'wrote:': 0.16; 'developer,': 0.18; 'project,': 0.18; 'issue.': 0.20; 'to:2**1': 0.21; 'fairly': 0.22; 'precise': 0.22; 'setup.': 0.22; 'subject:problem': 0.22; 'fit': 0.23; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'header:User-Agent:1': 0.26; 'question': 0.27; 'looks': 0.29; 'use?': 0.29; 'actively': 0.30; 'certainly': 0.30; "can't": 0.32; 'related': 0.32; 'url:python': 0.33; 'maintained': 0.33; 'received:192.168.100': 0.33; 'list': 0.34; 'next': 0.35; 'eric': 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; "wasn't": 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'speak': 0.38; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'subject:with': 0.40; 'easy': 0.60; 'your': 0.60; 'charset:windows-1252': 0.62; 'worth': 0.67; 'from:addr:mail': 0.70; 'fast,': 0.84; 'recognition': 0.84; 'speech': 0.84; 'subject:calls': 0.84; 'url:edit': 0.84 Subject: Re: problem with selecting remote procedure calls To: eric johansson , python-list@python.org References: <21624840.357.1437621015246.JavaMail.eric@aho> From: Tim Golden Date: Thu, 23 Jul 2015 12:39:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <21624840.357.1437621015246.JavaMail.eric@aho> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437651570 news.xs4all.nl 2871 [2001:888:2000:d::a6]:46519 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94443 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