Line | |
---|
1 | <HTML>
|
---|
2 | <!-- This file is part of the HTML Reference Library ('HTMLib') -->
|
---|
3 | <!-- It should not be used outside of the HTMLib package -->
|
---|
4 | <!-- The HTMLib is © 1995-1998 Stephen Le Hunte -->
|
---|
5 | <!-- htmlib@htmlib.demon.co.uk -->
|
---|
6 | <HEAD>
|
---|
7 | <LINK REL="stylesheet" HREF="../style.css" TYPE="text/css">
|
---|
8 | <TITLE>Server Push</TITLE>
|
---|
9 | </HEAD>
|
---|
10 | <BODY TOPMARGIN="0" BGCOLOR="#FFFFE0" TEXT="#000000">
|
---|
11 |
|
---|
12 | <CENTER>
|
---|
13 | <SPAN CLASS="NSRtitle">Server Push</SPAN>
|
---|
14 | </CENTER>
|
---|
15 |
|
---|
16 | <P>Server Push allows for dynamic document updating via a server to client connection that is kept open. This method (as opposed to <A HREF="cpull.htm">Client Pull</A>) is totally controlled by the server, but the perpetual open connection occupies valuable server resources. It's main advantage over Client Pull though, is that using Server Push, it is possible to replace single elements within a HTML document.
|
---|
17 | <P>The exact Server Push mechanism is technically complex and is outside the scope of this reference. Those that are interested in utilising Server Push in CGI scripts, or web server based executable applications should visit the Netscape site (<A HREF="http://home.netscape.com/assist/net_sites/pushpull.html" TARGET="HTMLibExternal" CLASS="external" OnMouseOver="top.status='Go to the Netscape Web Site'">http://home.netscape.com/assist/net_sites/pushpull.html
|
---|
18 | </A>) for more information. It should be noted that only <STRONG>Netscape</STRONG> supports the use of Server Push.
|
---|
19 |
|
---|
20 | <P>
|
---|
21 |
|
---|
22 | <P ALIGN="right" CLASS="copyright">© 1995-1998, Stephen Le Hunte</P>
|
---|
23 | </BODY>
|
---|
24 | </HTML>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.