Switch to an explicit BDB operations queue instead of thread pool.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 12 Jul 2010 19:29:15 +0000 (12:29 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 12 Jul 2010 19:29:15 +0000 (12:29 -0700)
commitee0530e785f7035890b3b54cb3e0cf6800e6a4dd
tree9d96aa2fe9f6c4ae94750021b40cf010829f38d2
parent0b5ec8344cacc7b652e5e0c9a92cce3e38a81c32
Switch to an explicit BDB operations queue instead of thread pool.

Create a dedicated thread for handling BDB operations, and pass gets/puts
to it via a queue.  This is in preparation for batching operations
together in transactions to see if we can improve performance that way.
bluesky/store-bdb.c