mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
Merged revisions 78328 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78328 | jack.diederich | 2010-02-22 19:17:16 +0100 (Mo, 22 Feb 2010) | 1 line fixes issue #7530, serve_forever() ........
This commit is contained in:
parent
f5dec8e9ef
commit
29ec677f6f
1 changed files with 1 additions and 5 deletions
|
@ -1124,7 +1124,7 @@ their parent process exits. The manager classes are defined in the
|
||||||
|
|
||||||
Create a BaseManager object.
|
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.
|
that the manager object refers to a started manager process.
|
||||||
|
|
||||||
*address* is the address on which the manager process listens for new
|
*address* is the address on which the manager process listens for new
|
||||||
|
@ -1139,10 +1139,6 @@ their parent process exits. The manager classes are defined in the
|
||||||
|
|
||||||
Start a subprocess to start the manager.
|
Start a subprocess to start the manager.
|
||||||
|
|
||||||
.. method:: serve_forever()
|
|
||||||
|
|
||||||
Run the server in the current process.
|
|
||||||
|
|
||||||
.. method:: get_server()
|
.. method:: get_server()
|
||||||
|
|
||||||
Returns a :class:`Server` object which represents the actual server under
|
Returns a :class:`Server` object which represents the actual server under
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue