Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8f48f4c5
Commit
8f48f4c5
authored
Feb 22, 2010
by
Jack Diederich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes issue #7530, serve_forever()
parent
83fddec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
Doc/library/multiprocessing.rst
Doc/library/multiprocessing.rst
+1
-5
No files found.
Doc/library/multiprocessing.rst
View file @
8f48f4c5
...
...
@@ -1133,7 +1133,7 @@ their parent process exits. The manager classes are defined in the
Create
a
BaseManager
object
.
Once
created
one
should
call
:
meth
:`
start
`
or
:
meth
:`
serve_forever
`
to
ensure
Once
created
one
should
call
:
meth
:`
start
`
or
```
get_server
().
serve_forever
()`
`
to
ensure
that
the
manager
object
refers
to
a
started
manager
process
.
*
address
*
is
the
address
on
which
the
manager
process
listens
for
new
...
...
@@ -1149,10 +1149,6 @@ their parent process exits. The manager classes are defined in the
Start
a
subprocess
to
start
the
manager
.
If
*
initializer
*
is
not
``
None
``
then
the
subprocess
will
call
``
initializer
(*
initargs
)``
when
it
starts
.
..
method
::
serve_forever
()
Run
the
server
in
the
current
process
.
..
method
::
get_server
()
Returns
a
:
class
:`
Server
`
object
which
represents
the
actual
server
under
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment