Browse Source

Improved wording about prefetching

Jason Veatch 9 years ago
parent
commit
c3f7addc1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/userguide/optimizing.rst

+ 1 - 1
docs/userguide/optimizing.rst

@@ -218,7 +218,7 @@ waiting for long running tasks to complete::
 
 
     -> send T3 to Process A
     -> send T3 to Process A
     # A still executing T1, T3 stuck in local buffer and will not start until
     # A still executing T1, T3 stuck in local buffer and will not start until
-    # T1 returns, and other queued tasks will not be sent to idle workers
+    # T1 returns, and other queued tasks will not be sent to idle processes
 
 
 The worker will send tasks to the process as long as the pipe buffer is
 The worker will send tasks to the process as long as the pipe buffer is
 writable.  The pipe buffer size varies based on the operating system: some may
 writable.  The pipe buffer size varies based on the operating system: some may