disturbyte's zenqueue. Simple, tiny and fast Python message queue server built on top of coroutines and Eventlet, using JSON over TCP as the message format. I’m impressed with how potentially useful this looks considering the small amount of code. The author benchmarks it at 28 thousand messages/second.
Totally awesome!
Donovan Preston - 13th May 2009 20:22 - #
Message queue server on top of eventlet sounds like exactly what I was searching for. Do you know by any chance where did the zenqueue move?
Thanks!
Looks like it's here now: http://github.com/zacharyvoase/zenqueue/tree/maste r