mod_dialup.html.en revision 0d0ba3a410038e179b695446bb149cce6264e0ab
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen This file is generated from xml source: DO NOT EDIT
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen<script src="/style/scripts/prettify.js" type="text/javascript">
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<link href="/images/favicon.ico" rel="shortcut icon" /></head>
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div class="up"><a href="./"><img title="<-" alt="<-" src="/images/left.gif" /></a></div>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.5</a> > <a href="./">Modules</a></div>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<p><span>Available Languages: </span><a href="/en/mod/mod_dialup.html" title="English"> en </a></p>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Send static content at a bandwidth rate limit, defined by the various old modem standards</td></tr>
7f0952c0239ea2d6e37b472db6fde4ef2718343dsf<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>dialup_module</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_dialup.c</td></tr></table>
eebabe31726d65db632d2fc5a09930d043bd029drbowen<p>It is a module that sends static content at a bandwidth rate limit, defined
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsfby the various old modem standards. So, you can browse your site with a 56k
eebabe31726d65db632d2fc5a09930d043bd029drbowenV.92 modem, by adding something like this:</p>
23255b04d466bf2621c4dd4ae1b025a9c5639e1ahumbedooh<Location /mysite>
23255b04d466bf2621c4dd4ae1b025a9c5639e1ahumbedooh ModemStandard V.92
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen</Location>
eebabe31726d65db632d2fc5a09930d043bd029drbowen<p>Previously to do bandwidth rate limiting modules would have to block an entire
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsfthread, for each client, and insert sleeps to slow the bandwidth down.
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsfUsing the new suspend feature, a handler can get callback N milliseconds in
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsfthe future, and it will be invoked by the Event MPM on a different thread,
eebabe31726d65db632d2fc5a09930d043bd029drbowenonce the timer hits. From there the handler can continue to send data to the client.</p>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div id="quickview"><h3 class="directives">Directives</h3>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<li><img alt="" src="/images/down.gif" /> <a href="#modemstandard">ModemStandard</a></li>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh<ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div class="directive-section"><h2><a name="ModemStandard" id="ModemStandard">ModemStandard</a> <a name="modemstandard" id="modemstandard">Directive</a></h2>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Modem standard to simulate</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ModemStandard V.21|V.26bis|V.32|V.92</code></td></tr>
9534272616b71aaea50aeec4162e749a96aebd7fsf<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
7f0952c0239ea2d6e37b472db6fde4ef2718343dsf<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dialup</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<p>Specify what modem standard you wish to simulate.</p>
23255b04d466bf2621c4dd4ae1b025a9c5639e1ahumbedooh<Location /mysite>
23255b04d466bf2621c4dd4ae1b025a9c5639e1ahumbedooh ModemStandard V.26bis
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen</Location>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<p><span>Available Languages: </span><a href="/en/mod/mod_dialup.html" title="English"> en </a></p>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected
19737f4fbef1805f9c3e9e045bb6d710a1e5e10fhumbedoohto last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedoohvar disqus_shortname = 'httpd';
0d0ba3a410038e179b695446bb149cce6264e0abndvar disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dialup.html.en';
0d0ba3a410038e179b695446bb149cce6264e0abnd(function(w, d) {
0d0ba3a410038e179b695446bb149cce6264e0abnd if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
0d0ba3a410038e179b695446bb149cce6264e0abnd d.write('<div id="disqus_thread"><\/div>');
0d0ba3a410038e179b695446bb149cce6264e0abnd var s = d.createElement('script');
0d0ba3a410038e179b695446bb149cce6264e0abnd s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js';
0d0ba3a410038e179b695446bb149cce6264e0abnd (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
0d0ba3a410038e179b695446bb149cce6264e0abnd d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>');
0d0ba3a410038e179b695446bb149cce6264e0abnd})(window, document);
5effc8b39fae5cd169d17f342bfc265705840014rbowen<p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
0d0ba3a410038e179b695446bb149cce6264e0abndif (typeof(prettyPrint) !== 'undefined') {
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd prettyPrint();