8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
socketserver.ForkingMixIn
1 parent 705a123 commit ff5751aCopy full SHA for ff5751a
Doc/library/socketserver.rst
@@ -126,6 +126,12 @@ server is the address family.
126
waits until all non-daemon threads complete, except if
127
:attr:`block_on_close` attribute is ``False``.
128
129
+ .. attribute:: max_children
130
+
131
+ Specify how many child processes will exist to handle requests at a time
132
+ for :class:`ForkingMixIn`. If the limit is reached,
133
+ new requests will wait until one child process has finished.
134
135
.. attribute:: daemon_threads
136
137
For :class:`ThreadingMixIn` use daemonic threads by setting
0 commit comments