[Twisted-Python] PATCH: doc/howto/flow.py two typos
cvs diff -u doc/howto/flow.html Index: doc/howto/flow.html =================================================================== RCS file: /cvs/Twisted/doc/howto/flow.html,v retrieving revision 1.3 diff -u -r1.3 flow.html --- doc/howto/flow.html 26 Jun 2003 09:26:15 -0000 1.3 +++ doc/howto/flow.html 27 Jun 2003 02:59:41 -0000 @@ -14,7 +14,7 @@
<h3>Handling more than one Request</h3> -<p>When creating services to handle simoutaneous requests, processing state +<p>When creating services to handle simultaneous requests, processing state must be managed. A common approach, threading, applies the method used for single user operations: keeping processing state within local variables and function arguments. In this case, the operating environment handles @@ -62,7 +62,7 @@ are done in a parallel, cooperative manner. While this is a good start, it isn't perfect as the event loop is stopped with a hard-coded timeout. It would be better for each Request object to signal when it is completed -so that the event loop can be shuot down sooner.</p> +so that the event loop can be shut down sooner.</p> <h3>Deferred Callbacks</h3> _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
participants (1)
-
Lee Harr