ZOOM: initial experiments with memcached
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 20 Jan 2014 14:29:15 +0000 (15:29 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 20 Jan 2014 14:29:15 +0000 (15:29 +0100)
commit32790840d73b1f4a4bde1478e6b14699aac00e94
treeef453cf22ef4afb4f8891b6e0c9d608c3f1cd4fd
parentbe89f721ce59303c3f7261b7bf86b971dff18376
ZOOM: initial experiments with memcached

Option memcached if set, enables memcached and the value is
options for memcached, eg "--server localhost". Key for hit count
is stored and retrieved in memcached. The value is just logged;
no optimization WRT ZOOM yet.
include/yaz/zoom.h
src/zoom-c.c
src/zoom-p.h
src/zoom-z3950.c