New MemCacheD Manager utility available.

2008-11-07 Thread Nick P.
Hello all, I'm pleased to announce that v1.0 of MemCacheD Manager is now available to assist you with management of your distributed MemCacheD server environment. Please feel free to link to it's home page: http://allegiance.chi-town.com/MemCacheDManager.aspx I look forward to hearing how you

Re: New MemCacheD Manager utility available.

2008-11-07 Thread Andy Hawkins
I know its not mentioned just want to pre-warn, no wine support. [EMAIL PROTECTED]:~$ env WINEPREFIX=/home/mike/.wine wine C:\Program Files \MemCacheD Manager\MemCacheDManager.exe fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:ole:CoGetContextToken stub

Re: Generic protocol for message queues

2008-11-07 Thread Aaron Stone
Heh, nice blog post :-) I agree that the queues that are out there and using hacked up memcache protocols are doing us a great disservice -- I think if we build a smart way to do a message queue into a binary protocol extension, we can drive minds in the right direction, and provide ourselves

Re: Generic protocol for message queues

2008-11-07 Thread Brian Aker
Hi! Just something else to throw into the equation: http://gearmanproject.org/doku.php?id=protocol This is the protocol as outlined by Gearman. A few of us are reworking it at the moment, but keeping backwards compatibility with the current version. Cheers, -Brian On Nov 8,

Re: Generic protocol for message queues

2008-11-07 Thread Dustin
On Nov 7, 5:47 pm, Brian Aker [EMAIL PROTECTED] wrote: Just something else to throw into the equation:http://gearmanproject.org/doku.php?id=protocol I like gearman's concept of job sets. Gearman is non-offensive to me (other than the perl thing). Half the reason I picked beanstalkd a

Re: Generic protocol for message queues

2008-11-07 Thread dormando
It's always been a binary-ish protocol. Brian and a few others are writing a C implementation the client/server. Initially I was weakly expecting to add gearman's commands to the binary protocol and having it exist as a storage engine for memcached, but I concede to brian's intent to keep it a