Re: HTTP Interface to memcache

2009-04-03 Thread Ray Krueger
> Has there been any discussion on exposing a REST style interface to > memcached? At one point I wrote a web app that had a REST interface to run out in front of memcached. The idea being that the REST front-end could be load balanced and configured such that clients only need to know one addres

Re: HTTP Interface to memcache

2009-04-03 Thread John Allspaw
I remember being the "crazy old coot" and asking this same question a bit ago: http://lists.danga.com/pipermail/memcached/2004-November/000838.html BrianA managed to hack something out that is along the same lines, but I haven't used it: http://tangent.org/608/mod_memcached.html -j On Thu, Apr

Re: Memcached Hackathon at MySQL Users Conference: tentative date April 21st

2009-04-03 Thread Eric Lambert
FYI, due to some scheduling issues we've changed the date we have request for the Hackathon from Tuesday April 21st 7:30 PM to Wednesday, April 22nd, 8:30 PM. This is still tentative as the folks running the conference have not finalized the BOF schedules. Eric On Mar 31, 8:04 pm, Eric Lambert

Re: HTTP Interface to memcache

2009-04-03 Thread Josh Snyder
This is a cool idea. However, one downside is that it will increase the payload required to get/set a key, sometimes significantly. Memcached is usually used for performance and scaling, and one of the issues one encounters down that road is network load. We are extremely latency sensitive, and w

Re: HTTP Interface to memcache

2009-04-03 Thread Vijay Raghunathan
Hmm ... according to wikipedia(1), POST means Create (so I guess add in memcache terms) and PUT means Update or Create (so set). It is weird that POST knows the resource name. The way that CouchDB handles this is pretty clean(2) (imo). POST means create a document with a server generated key (n

New Memcached Releases Today: 1.2.7 and 1.3.3

2009-04-03 Thread Dustin
Two new memcached releases are available today. Stable 1.2.7 The new stable release which is a maintenance release of the 1.2 series containing several bugfixes and a few features. This version is recommended for any production memcached instances. Release Notes: http://code.google.com/p/m

Re: New Memcached Releases Today: 1.2.7 and 1.3.3

2009-04-03 Thread dormando
Yay to everyone involved! -Dormando On Fri, 3 Apr 2009, Dustin wrote: > > Two new memcached releases are available today. > > Stable 1.2.7 > > The new stable release which is a maintenance release of the 1.2 > series containing several bugfixes and a few features. > > This version is recommende

Re: New Memcached Releases Today: 1.2.7 and 1.3.3

2009-04-03 Thread Sàn Nhạc Team
Thanks Memcached Team. On Apr 4, 7:45 am, dormando wrote: > Yay to everyone involved! > > -Dormando > > On Fri, 3 Apr 2009, Dustin wrote: > > > Two new memcached releases are available today. > > > Stable 1.2.7 > > > The new stable release which is a maintenance release of the 1.2 > > series co