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


Groups > comp.lang.python > #29758

Re: Looking for an IPC solution

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 <awilliam@whitemice.org>
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 <awilliam@whitemice.org>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1084.1348328314.27098.python-list@python.org> (permalink)
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

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Fri, 2012-08-31 at 21:04 +0200, Laszlo Nagy wrote: 
> I have seen a stand alone cross platform IPC server before that could 
> serve "channels", and send/receive messages using these channels. But I 
> don't remember its name and now I cannot find it. Can somebody please help?

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.

<http://www.whitemiceconsulting.com/2011/12/idjits-guide-to-installing-rabbitmq-on.html>

<http://www.whitemiceconsulting.com/2011/12/enabling-rabbitmq-management-plugin.html>

<http://www.whitemiceconsulting.com/2011/10/implementing-queue-expiration-wrabbitmq.html>

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


Thread

Re: Looking for an IPC solution Adam Tauno Williams <awilliam@whitemice.org> - 2012-09-22 11:21 -0400

csiph-web