Re: Memcached Hackathon Report(s)

2008-10-19 Thread Dustin
\ On Oct 19, 9:58 am, Trond Norbye <[EMAIL PROTECTED]> wrote: > Hi, > > Eric Lambert fixed up some of the wording in the binary protocol   > specification (check outhttp://github.com/elambert/memcached/tree/binprot >   ) > > Please make sure we get this fix merged in as well :) This is all clea

Re: Memcached Hackathon Report(s)

2008-10-19 Thread Dustin
On Oct 19, 9:58 am, Trond Norbye <[EMAIL PROTECTED]> wrote: > Hi, > > Eric Lambert fixed up some of the wording in the binary protocol   > specification (check outhttp://github.com/elambert/memcached/tree/binprot >   ) > > Please make sure we get this fix merged in as well :) I'd like to make

Re: Memcached Hackathon Report(s)

2008-10-19 Thread Dustin
On Oct 19, 6:21 am, "Toru Maesaka" <[EMAIL PROTECTED]> wrote: > Hi guys, > > I fixed the stats opaque issue pointed out by Dustin's test case at > the hackathon and just pushed it to github: > > http://github.com/tmaesaka/memcached/commit/86159eb7b5c611d25a33eb1cb... Great, that's some code I

Re: Memcached Hackathon Report(s)

2008-10-19 Thread Trond Norbye
On Oct 16, 2008, at 9:08 AM, steve.yen wrote: - For those of you who thought a hash table per thread might be interesting (like me), Trond says it's been tried and is not an improvement. The contention just moves towards the request queueing in front of each thread. I have not tested

Re: Memcached Hackathon Report(s)

2008-10-19 Thread Trond Norbye
On Oct 15, 2008, at 10:48 AM, Dustin wrote: The hackathon went well again. Admittedly, I didn't talk to everyone there, but from the corner with the food, there was some additional protocol work and tree merging going on. Please fill in interesting things that happened that I didn't know ab

Re: Memcached Hackathon Report(s)

2008-10-19 Thread Trond Norbye
Hi, Eric Lambert fixed up some of the wording in the binary protocol specification (check out http://github.com/elambert/memcached/tree/binprot ) Please make sure we get this fix merged in as well :) Cheers, Trond On Oct 19, 2008, at 3:21 PM, Toru Maesaka wrote: Hi guys, I fixed

Re: Memcached Hackathon Report(s)

2008-10-19 Thread Toru Maesaka
Hi guys, I fixed the stats opaque issue pointed out by Dustin's test case at the hackathon and just pushed it to github: http://github.com/tmaesaka/memcached/commit/86159eb7b5c611d25a33eb1cb6c750c806350912 I also refactored 'server_stats()' which is a function that returns server specific stats