Adds a vector of write buffers to the transaction log applier
object. This eliminates the calls to malloc() for writing
most transaction log entries (the only calls to malloc() will
be when an existing write buffer is not large enough).
There is a configuration setting now for the number of write
buffers to create on startup. The slot algorithm is a simple
modulo on the session ID.