Changeset 75a581


Ignore:
Timestamp:
03/06/08 15:10:42 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master, ketama-compat
Children:
70f6b0
Parents:
d5eceb
git-author:
Tomash Brechko <tomash.brechko@…> (03/06/08 15:10:42)
git-committer:
Tomash Brechko <tomash.brechko@…> (03/06/08 15:10:42)
Message:

Update Changes file.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Changes

    rea3648 r75a581  
    22 
    33 
    4 0.09  ??? 
    5         - ??? 
     40.09  2008-03-06 
     5        - this release makes 'noreply' mode official, and improves 
     6        latency for some command patterns by managing TCP_NODELAY flag. 
     7 
     8        Changes since 0.08: 
     9 
     10        Enable TCP_NODELAY to reduce latency of commands that wait for 
     11        the reply, and disable it for throughput of commands that don't 
     12        need any reply. 
     13 
     14        t/encoding.t was removed from distribution.  It doesn't work 
     15        with Perl 5.6, which has no 'encoding' pragma, and I don't 
     16        know how to fix it (beautifully, there's a number of ugly 
     17        ways). 
     18 
     19        'noreply' mode is documented as the official feature of 
     20        memcached 1.2.5.  script/benchmark.pl uses it automatically 
     21        when available. 
     22 
     23        Add parameter 'hash_namespace' (see docs). 
    624 
    725        Add method 'namespace' to get and/or set the namespace prefix. 
  • TODO

    r787337 r75a581  
    2727- Add benchmark for compression. 
    2828 
    29 - More tests for TCP_NODELAY + TCP_CORK/TCP_NOPUSH. 
     29- More tests for TCP_CORK/TCP_NOPUSH. 
Note: See TracChangeset for help on using the changeset viewer.