Memcached 1.4.11 发布

jopen 12年前
     <p><strong><a href="http://www.open-open.com/lib/view/open1322706513327.html" target="_blank">memcached</a></strong>是一套分布式的快取系统,当初是Danga Interactive为了LiveJournal所发展的,但目前被许多软件(如MediaWiki)所使用。这是一套开放源代码软件,以BSD license授权释出。</p>    <p>下载地址: <strong>http://memcached.googlecode.com/files/memcached-1.4.11.tar.gz</strong></p>    <p><strong>改进:</strong></p>    <h2>Fixes</h2>    <ul>     <li><a class="closed_ref" title="timedrun.c L103" href="/misc/goto?guid=4958326733847203991"> bug237 </a>: Don't compute incorrect argc for timedrun </li>     <li>fix 'age' stat for stats items </li>     <li>binary deletes were not ticking stats counters </li>     <li>Fix a race condition from 1.4.10 on item_remove </li>     <li>close some idiotic race conditions </li>     <li>initial slab automover </li>     <li>slab reassignment </li>     <li>clean do_item_get logic a bit. fix race. </li>     <li>clean up the do_item_alloc logic </li>     <li>shorten lock for item allocation more </li>     <li>Fix to build with cyrus sasl 2.1.25 </li>    </ul>    <h2><a name="New_Features"></a>New Features</h2>    <p>Slab page reassignment and bug fixes over 1.4.10.</p>    <h3><a name="Bug_Fixes"></a>Bug Fixes</h3>    <p>There were some race conditions and logic errors introduced in 1.4.10, they should be rare, but users are strongly encouraged to upgrade.</p>    <p>详见:http://code.google.com/p/memcached/wiki/ReleaseNotes1411</p>