summaryrefslogtreecommitdiff
path: root/source4/smbd/process_model.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-02-04 17:59:16 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-02-04 17:59:16 +1100
commitb3c5fbec47739ee2bb26f900d1f564a36dc3ad82 (patch)
tree6cbde07fd634a515b2f7fece08f36abc13b4be3d /source4/smbd/process_model.mk
parent3d5594e74da375a47cf15514926803352d256ca3 (diff)
downloadsamba-b3c5fbec47739ee2bb26f900d1f564a36dc3ad82.tar.gz
samba-b3c5fbec47739ee2bb26f900d1f564a36dc3ad82.tar.bz2
samba-b3c5fbec47739ee2bb26f900d1f564a36dc3ad82.zip
Remaining changes to implement the prefork process model
To use, run 'smbd -M prefork' By default, only the smb service is preforked. 4 children are created, and all listen for new connections. The Linux Kernel 'wake one' behaviour should ensure that only one is given the oportunity to accept. We need to look into the ideal number of worker children, as well as load balancing behaviours. To change, set: prefork children : smb = 6 valid service names (smb in this example) match those in 'server services'. Andrew Bartlett and David Disseldorp (This used to be commit 35313c0aa3fbfdd943edfb7bafd7645b1a0c54e9)
Diffstat (limited to 'source4/smbd/process_model.mk')
-rw-r--r--source4/smbd/process_model.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/smbd/process_model.mk b/source4/smbd/process_model.mk
index d6b7698e74..5201a2e46e 100644
--- a/source4/smbd/process_model.mk
+++ b/source4/smbd/process_model.mk
@@ -32,6 +32,16 @@ PRIVATE_DEPENDENCIES = PTHREAD
# End MODULE process_model_thread
################################################
+################################################
+# Start MODULE process_model_prefork
+[MODULE::process_model_prefork]
+INIT_FUNCTION = process_model_prefork_init
+SUBSYSTEM = process_model
+OBJ_FILES = \
+ process_prefork.o
+# End MODULE process_model_thread
+################################################
+
[SUBSYSTEM::process_model]
PRIVATE_PROTO_HEADER = process_model_proto.h
OBJ_FILES = \