Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
2813d1a9
Commit
2813d1a9
authored
Mar 25, 2018
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update
parent
3e384db7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
docs/api.rst
docs/api.rst
+3
-2
No files found.
docs/api.rst
View file @
2813d1a9
...
...
@@ -528,8 +528,9 @@ Router Class
For
long
-
lived
processes
,
:
py
:
meth
:`
local
`
is
always
better
as
it
guarantees
a
pristine
interpreter
state
that
inherited
little
from
the
parent
.
Forking
should
only
be
used
in
performance
-
sensitive
scenarios
where
short
-
lived
children
are
spawned
,
and
only
after
accounting
for
all
the
bad
things
possible
as
a
result
of
,
at
a
minimum
:
where
short
-
lived
children
must
be
spawned
to
isolate
potentially
buggy
code
,
and
only
after
accounting
for
all
the
bad
things
possible
as
a
result
of
,
at
a
minimum
:
*
Files
open
in
the
parent
remaining
open
in
the
child
,
causing
the
lifetime
of
the
underlying
object
to
be
extended
...
...
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