Hi, all, Long time since last release, anyway we got new release. This version supports the new per-queue statistics which helps us to get the length of queue instantly and know all pops and pushes that we have done. This is very useful in production and make us take full control of our application data flow. We design the stats carefully, and no performance loss.
Here's ChangeLog of version 0.2.0: 2009-12-09 Steve Chu <[email protected]> * the multiple queue map code is rewritten, now we support instant per-queue statistics. telnet and type 'stats queue' command for detail. * tools are added for 'stats queue', check 'tools/'. * a new option(-R) is added to remove useless transaction log automatically. * some code clearup Download the latest version from: http://code.google.com/p/memcacheq/downloads/list MemcacheQ is a damn simple queue service over memcache protocol. It has powered the firm message backend in Sina MicroBlog(新浪微博)(http://t.sina.com.cn) which is a very popular micro-blogging service in China. Check http://memcachedb.org/memcacheq/ for more detail. Remember that version 0.2.0 is not compatible with preview version, you should switch the message producer to new queue system, then consume the messages from old version before you consume the new messages. Any feedback is appreciated:P -- Best Regards, Steve Chu http://stvchu.org
