mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
123042c2e3
Add a pre fork process model to bound the number processes forked by
samba. Currently workers are only pre-forked for the ldap server, all
the other services have pre-fork support disabled.
When pre-fork support is disabled a new process is started for each
service, and requests are processed by that process.
This commit partially reverts commit
|
||
---|---|---|
.. | ||
loadparm_ctx.c | ||
loadparm.c | ||
pyparam.c | ||
service.c | ||
test_lp_load.c | ||
util.c | ||
wscript_build |