summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dialup.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_dialup.html.en')
-rw-r--r--docs/manual/mod/mod_dialup.html.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_dialup.html.en b/docs/manual/mod/mod_dialup.html.en
index 72b1810e95..75c4aa999c 100644
--- a/docs/manual/mod/mod_dialup.html.en
+++ b/docs/manual/mod/mod_dialup.html.en
@@ -30,7 +30,7 @@
<h3>Summary</h3>
<p>It is a module that sends static content at a bandwidth rate limit, defined
-by the various old modem standards. So, you can browse your site with a 56k
+by the various old modem standards. So, you can browse your site with a 56k
V.92 modem, by adding something like this:</p>
<div class="example"><p><code>
@@ -40,9 +40,9 @@ ModemStandard V.92<br />
</code></p></div>
<p>Previously to do bandwidth rate limiting modules would have to block an entire
-thread, for each client, and insert sleeps to slow the bandwidth down.
-Using the new suspend feature, a handler can get callback N milliseconds in
-the future, and it will be invoked by the Event MPM on a different thread,
+thread, for each client, and insert sleeps to slow the bandwidth down.
+Using the new suspend feature, a handler can get callback N milliseconds in
+the future, and it will be invoked by the Event MPM on a different thread,
once the timer hits. From there the handler can continue to send data to the client.</p>
</div>
<div id="quickview"><h3 class="directives">Directives</h3>