[Twisted-Python] [Q] Naming Service for Twisted Servers

Esteve Fernandez esteve at sindominio.net
Sun Jan 11 03:59:18 EST 2009


On Saturday 10 January 2009 23:27:18 Don Smith wrote:
> Why not use a Message Queue? I developed a very similar program to what you
> have described, only each agent would connect to the Queue to get their
> data to work on. However, I think something like Apache ActiveMQ or
> AmazonSQS would be a better approach.

There's also AMQP [1], and (shameless plug) a Twisted-friendly library called 
txAMQP [2], which includes support for easy RPC using Thrift.

Cheers.

1 - http://amqp.org/
2 - https://launchpad.net/txamqp




More information about the Twisted-Python mailing list