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
f457f547
Commit
f457f547
authored
Mar 24, 2018
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix formatting
parent
d3702906
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/api.rst
docs/api.rst
+4
-4
No files found.
docs/api.rst
View file @
f457f547
...
...
@@ -531,7 +531,7 @@ Router Class
where short-lived children are spawned, and only after accounting for
all the bad things possible as a result of, for example:
*
f
ile descriptors open in the parent remaining open in the child,
*
F
ile descriptors open in the parent remaining open in the child,
causing the lifetime of the underlying object to be extended
indefinitely by the child. For example:
...
...
@@ -542,17 +542,17 @@ Router Class
* Descriptors that reference large temporary files will not have
their disk space reclaimed until the child exits.
*
t
hird party package state (such as urllib3's HTTP connection pool)
*
T
hird party package state (such as urllib3's HTTP connection pool)
attempting to write to file descriptors shared with the parent.
*
m
emory mappings for large files that cannot have their space freed on
*
M
emory mappings for large files that cannot have their space freed on
disk due to the mapping living on in the child.
* Difficult to diagnose memory usage spikes due to large object graphs
present in the parent being unreferenced in the child, causing
immediate copy-on-write to large portions of the process heap.
*
t
hread locks held in the parent producing random deadlocks in the
*
T
hread locks held in the parent producing random deadlocks in the
child.
The associated stream implementation is
...
...
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