Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.040 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'robust': 0.09; 'filename:fname piece:signature': 0.16; 'from:addr:awilliam': 0.16; 'from:addr:whitemice.org': 0.16; 'from:name:adam tauno williams': 0.16; 'help?': 0.16; 'rabbitmq': 0.16; 'received:72.14.190': 0.16; 'received:72.14.190.87': 0.16; 'received:mail.wmmi.net': 0.16; 'received:wmmi.net': 0.16; 'reply- to:addr:awilliam': 0.16; 'reply-to:addr:whitemice.org': 0.16; 'wrote:': 0.17; 'received:72.14': 0.20; 'somebody': 0.23; 'header :In-Reply-To:1': 0.25; 'strongly': 0.27; 'bus': 0.30; 'fri,': 0.30; 'could': 0.32; '+0200,': 0.33; 'to:addr:python-list': 0.33; 'skip:b 20': 0.34; 'server': 0.35; 'serve': 0.36; 'skip:u 20': 0.36; 'but': 0.36; 'alone': 0.36; 'moment': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'url:12': 0.40; 'real': 0.61; 'stand': 0.61; 'first': 0.61; 'url:10': 0.65; 'header:Reply-To:1': 0.68; 'reply-to:no real name:2**0': 0.72; 'url:2011': 0.72; 'discover': 0.72; 'nagy': 0.84 Subject: Re: Looking for an IPC solution From: Adam Tauno Williams To: python-list@python.org Date: Sat, 22 Sep 2012 11:21:09 -0400 In-Reply-To: <50410AD6.7080003@shopzeus.com> References: <50410AD6.7080003@shopzeus.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-DwIO7ilteqNU9CaC0s7O" X-Mailer: Evolution 3.4.4 Mime-Version: 1.0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: awilliam@whitemice.org 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: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348328314 news.xs4all.nl 6875 [2001:888:2000:d::a6]:33408 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29758 --=-DwIO7ilteqNU9CaC0s7O Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2012-08-31 at 21:04 +0200, Laszlo Nagy wrote:=20 > I have seen a stand alone cross platform IPC server before that could=20 > serve "channels", and send/receive messages using these channels. But I= =20 > don't remember its name and now I cannot find it. Can somebody please hel= p? I strongly recommend RabbitMQ - http://www.rabbitmq.com/ Just having a real and robust message broker is fabulous. It is tempting at first to want to avoid 'external' components; but development on top of a fully-featured message bus is extremely addictive. Working with Rabbit & AMQ is very pleasant and every time i have a uh-oh-i-need-to-deal-with... moment I discover that aha-rabbit-can-deal-with-that and back-to-my-application. --=-DwIO7ilteqNU9CaC0s7O Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEABECAAYFAlBd12UACgkQLRePpNle04OBawCffeBIa9F0pHTfBLqpU6arhQ5A 51YAn2PG4Ge/SCYpixf5Wr7qyTtZ3ys6 =hJ3G -----END PGP SIGNATURE----- --=-DwIO7ilteqNU9CaC0s7O--