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.

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to