This is a rewrite of some of the IO code to handle larger loads of set data
authorBrian Aker <brian@tangent.org>
Fri, 12 Oct 2007 08:46:27 +0000 (01:46 -0700)
committerBrian Aker <brian@tangent.org>
Fri, 12 Oct 2007 08:46:27 +0000 (01:46 -0700)
commitd6505b16fb85f77527934510d0395adfcbb66377
tree9fecf90a0b98f9d3eab81eb92d9ef4097f2b5e9f
parentdd9b987e904e6cfc2e93e052c1f238adefc25ca3
This is a rewrite of some of the IO code to handle larger loads of set data
on concurrent insert with non-blocking IO.

A bug was also uncovered where the read bufffers for multiple hosts were not
being read (all code has been refactored for that now).

One user contributed test case has been added.
include/memcached.h
lib/common.h
lib/memcached_connect.c
lib/memcached_io.c
lib/memcached_quit.c
lib/memcached_response.c
lib/memcached_storage.c
lib/memcached_strerror.c
tests/test.c