Skip to content

Commit 953d89e

Browse files
author
Dan
committed
Updated readme
1 parent 6c09775 commit 953d89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ In general, long lived commands with little or no output *gathering* will scale
115115

116116
Conversely, many short lived commands with output gathering will not scale as well. In this use case, smaller pool sizes in the hundreds are likely to perform better with regards to CPU overhead in the (g)event loop. Multiple processes, each with its own event loop, may be used to scale this use case further as CPU overhead allows.
117117

118-
Gathering is highlighted here as output generation does not affect scaling. Only when output is gathered is overhead increased.
118+
Gathering is highlighted here as output generation does not affect scaling. Only when output is gathered either over multiple still running commands, or while more commands are being triggered, is overhead increased.
119119

120120
Technical Details
121121
******************

0 commit comments

Comments
 (0)