Re: pylibmc vs python-libmemcached vs cmemcache

2009-09-23 Thread David Stanek
On Wed, Sep 23, 2009 at 3:59 PM, Jehiah Czebotar jeh...@gmail.com wrote: It seems there are 3 memcached libraries for python now that wrap the c libmemcached for use in python. pylibmc - http://lericson.blogg.se/code/category/pylibmc.html python-libmemcached -

Re: pylibmc vs python-libmemcached vs cmemcache

2009-09-23 Thread David Stanek
On Wed, Sep 23, 2009 at 4:27 PM, Jehiah Czebotar jeh...@gmail.com wrote: I've been happily using python-memcached as well for a long time and have contributed code to it; i am however specifically asking about python-libmemcached, the one based on libmemcached not the pure python client. (it

Re: Memcached don't serve my ads

2009-05-06 Thread David Stanek
On Tue, May 5, 2009 at 9:47 AM, simpsone...@googlemail.com simpsone...@googlemail.com wrote: Hi, i'm using memcached 1.1.12 and Drupal 5.X with ad modul. This was working very well but since i did a mistake and delete my vhost.conf file memcached doesn't show my blocks with ads in. Are there

Re: memcache-top

2009-04-23 Thread David Stanek
2009/4/23 Jose Celestino j...@co.sapo.pt: On Qua, 2009-04-22 at 13:00 -0700, gf wrote: Hi. It's really good idea, but your code is not good, IMHO. What's wrong with his code? Can you elaborate on that? It uses sane indents and whitespace. What crap. -- David blog:

Re: Maintainer?

2009-04-07 Thread David Stanek
Why not just use this list? On 4/7/09, Joseph S. Testa II jte...@positronsecurity.com wrote: Hi, I am interested in contacting the maintainer(s) of memcached. A week ago, I sent e-mail to Brad Fitzpatrick, Anatoly Vorobey, and Steven Grimm (as they are listed in the packaged AUTHORS /

Re: Memcached crashing under load

2009-03-15 Thread David Stanek
On Sun, Mar 15, 2009 at 8:49 PM, meppum mmep...@gmail.com wrote: The script: try:        import cmemcache as memcache except ImportError:        import memcache c = memcache.Client([127.0.0.1:11211]) c.set('abc', '123') c.disconnect_all() for i in range(2):        if i % 1000 ==

Re: Memcache serving 24gig a node?

2008-10-31 Thread David Stanek
Spreading across more boxes also makes you more fault tolerant. If one or two go down your database (or other expensive resource) would still be OK. On Fri, Oct 31, 2008 at 8:47 AM, Stephen Johnston [EMAIL PROTECTED] wrote: I think the major point of consideration is that if memcached had a