Re: Preferred client list?

2010-02-16 Thread NICK VERBECK
I would have to note in the Python realm that if your seeking a pure python approach that your only choice that I know of is python-memcached. On Sun, Feb 14, 2010 at 3:45 PM, david.mo...@booking.com wrote: > On 7 fév, 01:26, dormando wrote: >> Perl is a little harder. Cache::Memcached for pure

Re: Preferred client list?

2010-02-15 Thread david.mo...@booking.com
On 7 fév, 01:26, dormando wrote: > Perl is a little harder. Cache::Memcached for pure perl. > Memcached::libmemcached is the actual libmecached-based library. > Cache::Memcached::libmemcached is a wrapper around the former to be more > compatible with the former-former. Ease migration or whatever.

Re: Preferred client list?

2010-02-06 Thread dormando
Worth noting that 'cmemcache' for python has been deprecated. Lots of django users have been bitten by that. Also probably worth releating that 'libmemcache' is deprecated, 'libmemcached' is what you want. the names being close are kinda suck. Perl is a little harder. Cache::Memcached for pure pe

Re: Preferred client list?

2010-02-06 Thread Brian Moon
Yeah, I plan to warn them about pecl/memcache. I am in the process of moving off of it right now. I was just going include a line like this at the end of my client list. * Plus MySQL UDF, .NET, C#, Erlang, Lua, and more So, I just wanted to hit the languages most likely in use by attendees a

Re: Preferred client list?

2010-02-06 Thread Henrik Schröder
I would suggest Dustin's SpyMemcached for Java. For C#/.Net I'm going to shamelessly plug my own: BeITMemcached. Google Analytics says it's very popular in China! :-D Honestly though, I have no idea which one is more popular, my client or the Enyim one. I definitely hope noone uses the old java p

Preferred client list?

2010-02-05 Thread Brian Moon
I am working on modifying my memcached presentation for MySQL conference. It was previously slanted toward PHP for PHP conferences. I am hoping to make it more general and wanted to know which clients are preferred for the different languages out there. I have: C/C++ - libmemcached PHP - PEC