s3-spoolssd: Use parametric option for prefork parameters
authorSimo Sorce <idra@samba.org>
Mon, 9 May 2011 08:38:06 +0000 (04:38 -0400)
committerAndreas Schneider <asn@samba.org>
Wed, 10 Aug 2011 16:14:03 +0000 (18:14 +0200)
commitafc4dda7d078fb697ebfc36d021115007786c401
tree64207bc717895ce0d854e1faf0ace280d8fded17
parent595cce89fe88d0a93a2df00b9a8f880be56df0e8
s3-spoolssd: Use parametric option for prefork parameters

example:
spoolssd:prefork = 10:100:5

will configure spoolssd to start with a minimum of 10 preforked children,
a max set to 100 children and spawns/retires 5 children at a time when
ramping up/scaling down.

Signed-off-by: Andreas Schneider <asn@samba.org>
source3/printing/spoolssd.c