]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_dialup.html.en
6777a61322f8f0af69a36c2049a616fd3ca8abc6
[apache] / docs / manual / mod / mod_dialup.html.en
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
4         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5               This file is generated from xml source: DO NOT EDIT
6         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7       -->
8 <title>mod_dialup - Apache HTTP Server</title>
9 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11 <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" />
12 <script src="../style/scripts/prettify.js" type="text/javascript">
13 </script>
14
15 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
16 <body>
17 <div id="page-header">
18 <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>
19 <p class="apache">Apache HTTP Server Version 2.5</p>
20 <img alt="" src="../images/feather.gif" /></div>
21 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
22 <div id="path">
23 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Modules</a></div>
24 <div id="page-content">
25 <div id="preamble"><h1>Apache Module mod_dialup</h1>
26 <div class="toplang">
27 <p><span>Available Languages: </span><a href="../en/mod/mod_dialup.html" title="English">&nbsp;en&nbsp;</a></p>
28 </div>
29 <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>
30 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
31 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>dialup_module</td></tr>
32 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_dialup.c</td></tr></table>
33 <h3>Summary</h3>
34
35 <p>It is a module that sends static content at a bandwidth rate limit, defined
36 by the various old modem standards. So, you can browse your site with a 56k
37 V.92 modem, by adding something like this:</p>
38
39 <pre class="prettyprint lang-config">
40 &lt;Location /mysite&gt;
41     ModemStandard V.92
42 &lt;/Location&gt;
43 </pre>
44
45
46 <p>Previously to do bandwidth rate limiting modules would have to block an entire
47 thread, for each client, and insert sleeps to slow the bandwidth down.
48 Using the new suspend feature, a handler can get callback N milliseconds in
49 the future, and it will be invoked by the Event MPM on a different thread,
50 once the timer hits.  From there the handler can continue to send data to the client.</p>
51 </div>
52 <div id="quickview"><h3 class="directives">Directives</h3>
53 <ul id="toc">
54 <li><img alt="" src="../images/down.gif" /> <a href="#modemstandard">ModemStandard</a></li>
55 </ul>
56 <ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
57
58 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
59 <div class="directive-section"><h2><a name="ModemStandard" id="ModemStandard">ModemStandard</a> <a name="modemstandard" id="modemstandard">Directive</a></h2>
60 <table class="directive">
61 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Modem standard to simulate</td></tr>
62 <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>
63 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
64 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
65 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dialup</td></tr>
66 </table>
67 <p>Specify what modem standard you wish to simulate.</p>
68
69 <pre class="prettyprint lang-config">
70 &lt;Location /mysite&gt;
71     ModemStandard V.26bis
72 &lt;/Location&gt;
73 </pre>
74
75
76
77 </div>
78 </div>
79 <div class="bottomlang">
80 <p><span>Available Languages: </span><a href="../en/mod/mod_dialup.html" title="English">&nbsp;en&nbsp;</a></p>
81 </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 
82 to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div>
83 <div id="disqus_thread">
84 </div><script type="text/javascript"><!--//--><![CDATA[//><!--
85 var lang = 'en';
86 var disqus_shortname = 'httpd';
87 var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang;
88 if (disqus_identifier.indexOf("httpd.apache.org") != -1) {
89     (function() {
90                 var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
91                 dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
92             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
93         })();
94 } else {
95     var text = document.createTextNode("Comments have been disabled for offline viewing.");
96     document.getElementById('disqus_thread').appendChild(text);
97 }
98 //--><!]]></script></div><div id="footer">
99 <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>
100 <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[//><!--
101 if (typeof(prettyPrint) !== undefined) {
102     prettyPrint();
103 }
104 //--><!]]></script>
105 </body></html>