[rabbitmq-discuss] anyone using Twisted?
Ben Hood
0x6e6562 at gmail.com
Thu Aug 21 20:47:01 BST 2008
Paul
On Thu, Aug 21, 2008 at 7:10 PM, Paul C. Nendick <paul.nendick at gmail.com> wrote:
> * txamqp is multi-threaded. Tsk tsk, this is a no-no for twisted
> protocol handlers
You might then be interested in Barry Pedersen's library that doesn't thread:
http://barryp.org/software/py-amqplib/
> * QPID's autogeneration from the XML spec however is very cool
Barry's lib generates this from the XML spec as well, but does it
statically. In fact, this is the approach that RabbitMQ takes, see the
(Python-based) codegen module:
http://hg.rabbitmq.com/rabbitmq-codegen/
Also, several other libraries take this compile time approach to codec
handling as well.
HTH,
Ben
More information about the rabbitmq-discuss
mailing list