s3-prefork: add way to manage number of clients per child
authorSimo Sorce <idra@samba.org>
Thu, 5 May 2011 21:56:31 +0000 (17:56 -0400)
committerAndreas Schneider <asn@samba.org>
Wed, 10 Aug 2011 16:14:03 +0000 (18:14 +0200)
commit2056d06cae4937c12433d1247b02c346625f86a4
treefa27e0b9519cc20a37d6875de82ecc79b92809bc
parentb9354f72291836e155ed5af56ab98b6a8537ceef
s3-prefork: add way to manage number of clients per child

The allowed_clients var is a parent managed variable that tell children how
many clients they are allowed to handle at the same time. This way children
can overcommit but within parent controlled limits.

Signed-off-by: Andreas Schneider <asn@samba.org>
source3/lib/server_prefork.c
source3/lib/server_prefork.h