s3: Early start of an async nbench
commit75db0f0a63f671912e52edd6f15dc3bb5f929d56
authorVolker Lendecke <vl@samba.org>
Fri, 23 Jul 2010 18:08:58 +0000 (23 20:08 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 26 Jul 2010 21:10:39 +0000 (26 23:10 +0200)
tree742efdb4668e3af254e6c6c4d1d50cd724a54434
parent2ad4b4f63ef6e8fa8f875135a4fa5764ef57c6ac
s3: Early start of an async nbench

The current nbench implementations have the problem that they fork a child
per simulated client. With hundreds or thousands of clients this can put
quite some load on the client. This test (when finished) will read the
standard dbench client.txt and run completely async from within one
process.

Volker
source3/Makefile.in
source3/torture/nbench.c [new file with mode: 0644]
source3/torture/proto.h
source3/torture/torture.c