Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 522 Bytes

File metadata and controls

24 lines (13 loc) · 522 Bytes

Memcached

Dependencies

Environment

Tested On x86_64 Ubuntu 12.04 LTS

Edited Source Files

Added code to assoc.c so that it would be lock free. assoc_find, _hashitem_before, assoc_insert, and assoc_delete function is edited to be lock free. The bucket lock itself is called at thread.c file but is commented out now.

Install Instructions

export CC=gcc-4.7

./configure

make

make install