On Sat, Mar 15, 2008 at 11:47 PM, mark <[EMAIL PROTECTED]> wrote: > Steve, > this is really really cool awsum project > > > -> is the data persistent like memcachedb? Yes, but Quque Access Method is used and the database type is not compatible with Memcachedb(Memcachedb use Btree for access method)
> -> is it possible to have more than one queue using one server? or do i have > to start a server for each q that i want to maintain? Now, only one server one queue. I was thinking about implementing multiple queue in one server according to the flags in memcache protocol, maybe will be done in later versions. > > > On Sat, Mar 15, 2008 at 6:37 AM, Steve Chu <[EMAIL PROTECTED]> wrote: > > > > > > MemcacheQ is a memcachedb<http://memcachedb.org> variant that provides a > simple > > message quque service. It is very fast, and can do 10k+ append/pop per > > second. Now > > the code is very primitive, and any review is appreciated :p > > > > Find more info in: http://memcachedb.org/memcacheq/ > > > > Regards, > > > > Steve > > > > -- > > Steve Chu > > http://stvchu.org > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "memcachedb" group. > To post to this group, send email to [EMAIL PROTECTED] > To unsubscribe from this group, send email to > [EMAIL PROTECTED] > For more options, visit this group at > http://groups.google.com/group/memcachedb?hl=en > -~----------~----~----~----~------~----~------~--~--- > > -- Steve Chu http://stvchu.org
