Communication between C++ server and Python app
Adam Tauno Williams
awilliam at whitemice.org
Tue May 1 10:47:15 EDT 2012
On Sat, 2012-04-28 at 17:45 -0700, kenk wrote:
> I've got a server process written in C++ running on Unix machine.
> On the same box I'd like to run multiple Python scripts that will
> communicate with this server.
> Can you please suggest what would be best was to achieve this ?
Time to start using a message broker that can also grow to other
applications.
RabbitMQ. Simple, fast, and easy to manage.
<http://www.rabbitmq.com/>
This allows each service to have outages without loosing information.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://mail.python.org/pipermail/python-list/attachments/20120501/eaac06b4/attachment-0001.sig>
More information about the Python-list
mailing list