Fast writes, slow reads

Brad Fitzpatrick brad@danga.com
Sun, 10 Aug 2003 08:01:44 -0700 (PDT)


In particular, don't mismatch the wrong kernels with wrong libevents.
Only use >= libevent-0.7a and epoll-lt (level-triggered).


On Sun, 10 Aug 2003, Evan Martin wrote:

> On Sun, Aug 10, 2003 at 03:32:23AM -0700, Brion Vibber wrote:
> > The second run, which fetches back the set values, consistently takes
> > about 50 seconds, about a tenth of a second per fetched item. 1000 items
> > take 100 seconds, 50 items take 5 seconds.
>
> This sounds like a problem I was having related to the backend method
> libevent was using.  Which one are you using?  To find out:
> % EVENT_SHOW_METHOD=1 ./memcached
> libevent using: select
>
> --
> Evan Martin
> martine@danga.com
> http://neugierig.org
>
>