pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/memcached



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 23:41:05 UTC 2015

Modified Files:
        pkgsrc/devel/memcached: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/memcached/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index