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)
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.


No differences found