Add thread pool
commitdb2cc8c9f2ec6f98884b1eb7738148cecdf6fd45
authorVolker Lendecke <vl@samba.org>
Thu, 23 Apr 2009 15:23:13 +0000 (23 17:23 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 1 May 2009 10:30:58 +0000 (1 12:30 +0200)
treeb87388c09704cc939ce56408936b6c86d31da31a
parentf3af298e5b1457ba8661fd0e3f5304ad3175f3ba
Add thread pool

Included if pthreads are found, can be disabled with --enable-pthreadpool=no

Tim, Steven, I haven't yet seen comments from you. You have been asking for
such a thing at SambaXP. Do you like this? :-)
source3/Makefile.in
source3/configure.in
source3/include/pthreadpool.h [new file with mode: 0644]
source3/lib/pthreadpool.c [new file with mode: 0644]