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 _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python