Provide a simple configurable limit on the number of threads.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 16 Mar 2010 00:22:19 +0000 (17:22 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 16 Mar 2010 00:22:19 +0000 (17:22 -0700)
commitfb15c75f3c8eeb3d7b277795ced44bb4928273a1
treebdc779de56ed2fc3e8857ef4b05e2b544e008d4c
parent8e686a50b321c7d2d154bd6121dd4a1e982f595d
Provide a simple configurable limit on the number of threads.

Primarily this is meant to make running under valgrind easier, since
valgrind can only handle so many threads.  By default leave the limit
unbounded (the old behavior).
bluesky/bluesky.h
bluesky/init.c
bluesky/store-kv.cc
bluesky/store.c
nfs3/rpc.c