wterl/c_src
Gregory Burd eafee02865 Only start 2 * num_queues worker threads initially. num_queues is generally
equal to the number of cores reported by Erlang (info.scheduler_threads) which
is either determined automatically by the Erlang BEAM runtime or via the +S
flag.  The minimum num_queues is 2, so the minimum number of workers is 4.  The
maximum number of workers is ASYNC_NIF_MAX_WORKER_QUEUE_SIZE (currently set to
128), but that would only happen if there were 64 cores (or you set +S 64:64 at
startup).
2013-04-26 10:15:15 -04:00
..
async_nif.h Only start 2 * num_queues worker threads initially. num_queues is generally 2013-04-26 10:15:15 -04:00
build_deps.sh Switch to the develop branch. 2013-04-26 10:07:10 -04:00
bzip2-1.0.6.tar.gz bzero isn't portable, use memset instead. Include bzip2 and snappy source for use by WT block compression 2013-04-14 21:23:57 +00:00
bzip2-build.patch Inline the fifo_q functions to speed them up and silence compiler warnings 2013-04-17 11:17:13 -04:00
fifo_q.h Move the FIFO Queue implementation into its own file (fifo_q.h). Work 2013-04-18 10:37:36 -04:00
khash.h Move the FIFO Queue implementation into its own file (fifo_q.h). Work 2013-04-18 10:37:36 -04:00
snappy-1.0.4.tar.gz bzero isn't portable, use memset instead. Include bzip2 and snappy source for use by WT block compression 2013-04-14 21:23:57 +00:00
wiredtiger-build.patch Simplified the worker look function. Added ability to pick block 2013-04-17 13:19:06 -04:00
wterl.c WIP: Finished transitioning to a gen_server and a few other tasks. This works 2013-04-22 17:45:48 -04:00