diff options
Diffstat (limited to 'docs/tutorials/001/page05.html')
-rw-r--r-- | docs/tutorials/001/page05.html | 61 |
1 files changed, 35 insertions, 26 deletions
diff --git a/docs/tutorials/001/page05.html b/docs/tutorials/001/page05.html index a653ef35e99..5e441d04b11 100644 --- a/docs/tutorials/001/page05.html +++ b/docs/tutorials/001/page05.html @@ -1,53 +1,62 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> - <TITLE>ACE Tutorial 001</TITLE> - <META NAME="GENERATOR" CONTENT="Mozilla/3.01Gold (Win95; I) [Netscape]"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (X11; I; Linux 2.0.32 i486) [Netscape]"> <META NAME="Author" CONTENT="James CE Johnson"> <META NAME="Description" CONTENT="A first step towards using ACE productively"> + <TITLE>ACE Tutorial 001</TITLE> </HEAD> -<BODY text = "#000000" link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff"> +<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#000FFF" VLINK="#FF0F0F"> + +<CENTER><B><FONT SIZE=+2>ACE Tutorial 001</FONT></B></CENTER> +<CENTER><B><FONT SIZE=+2>A Beginners Guide to Using the ACE Toolkit</FONT></B></CENTER> -<CENTER><P><B><FONT SIZE=+2>ACE Tutorial 001<BR> -A Beginners Guide to Using the ACE Toolkit</FONT></B></P></CENTER> <P> -<HR WIDTH="100%"></P> +<HR WIDTH="100%"> <P>This concludes the first tutorial on using ACE. We've learned how to create a simple server without knowing very much about network programming. -</P> <P>The code used in this tutorial is for illustration purposes. That means -it may or may not work. I have created a working example which is more -or less the same as the code in the tutorial. The primary difference is -that the working code doesn't do all that mucking around with <I>FILE</I> -pointers and status messages. </P> - -<P>You can download all of the <A HREF="Source.tgz">source</A> or individual -files:</P> +it may or may not work. Actually, it <I>does</I> work but the +astute reader will notice a number of places for potential memory leaks. +We'll work on cleaning those up in future tutorials but if you find one +feel free to send me a fix & I'll integrate it into the tutorial. +<P>You can download all of the <A HREF="Source.tgz">source</A> +or individual files: <UL> -<LI><A HREF="00SetEnv">Environment Settings</A></LI> +<LI> +<A HREF="00SetEnv">Environment +Settings</A></LI> -<LI><A HREF="Makefile">Makefile</A></LI> +<LI> +<A HREF="Makefile">Makefile</A></LI> -<LI><A HREF="server.cpp">main program</A></LI> +<LI> +<A HREF="server.cpp">main +program</A></LI> -<LI><A HREF="acceptor.h">acceptor object</A></LI> +<LI> +<A HREF="acceptor.h">acceptor +object</A></LI> -<LI><A HREF="logger.h">connection handler</A></LI> +<LI> +<A HREF="logger.h">connection +handler</A></LI> </UL> - -<P>(The source is a gzip'ed tar file which can be unpacked using <I>winzip</I> -or the Unix command <I>tar -xvzf filename</I>.)</P> +(The source is a gzip'ed tar file which can be unpacked using <I>winzip</I> +or the Unix command <I>tar -xvzf filename</I>.) <P> -<HR WIDTH="100%"></P> +<HR WIDTH="100%"> +<CENTER></CENTER> -<CENTER><P>[<A HREF="..">Tutorial Index</A>] [<A HREF="page04.html">Previous -Page</A>] </P></CENTER> +<CENTER>[<A HREF="..">Tutorial +Index</A>] [<A HREF="page04.html">Previous +Page</A>]</CENTER> </BODY> </HTML> |