Subject: CVS commit: pkgsrc/devel/memcached
From: Thomas Klausner
Date: 2015-01-05 00:41:05
Message id: 20150104234105.1B1EB98@cvs.netbsd.org

Log Message:
Update to 1.4.22:

Bugfix maintenance release. Fixes to hash table expansion now
completely hang all threads very briefly while the hash table
pointers are swapped. Once swapped, it unlocks and uses locks as
normal.

In previous versions, the hash table was switched to a global lock
instead of a map of bucket-locks during expansion. This should be
faster overall with a small latency penalty. It's possible to
presize the hash table with -o hashpower

Files:
RevisionActionfile
1.47modifypkgsrc/devel/memcached/Makefile
1.21modifypkgsrc/devel/memcached/distinfo