On Sep 22, 6:51 am, "Steve Chu" <[EMAIL PROTECTED]> wrote:
> MemcacheQ is a damn simple queue service over memcache protocol, just > set for append and get for consume. Any memcached clients can do queue > operations on MemcacheQ. It is very fast, and can do tens of thousands > append/comsume operations per second. Does it block? Does it ever drop queued items? Can you compare it to gearmand/beanstalkd/starling?
