diff options
Diffstat (limited to 'docs/tutorials/007/page09.html')
-rw-r--r-- | docs/tutorials/007/page09.html | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/tutorials/007/page09.html b/docs/tutorials/007/page09.html index 00e9ff650b5..498f6c19ffd 100644 --- a/docs/tutorials/007/page09.html +++ b/docs/tutorials/007/page09.html @@ -4,15 +4,14 @@ <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 006</TITLE> + <TITLE>ACE Tutorial 007</TITLE> </HEAD> <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#000FFF" VLINK="#FF0F0F"> <CENTER><B><FONT SIZE=+2>ACE Tutorial 007</FONT></B></CENTER> <CENTER><B><FONT SIZE=+2>Creating a thread-pool server</FONT></B></CENTER> - -<HR WIDTH="100%"> +<HR> <P>That's it for Tutorial 7. As with Tutorial 6, we really didn't have to change much to introduce a new threading strategy. Most of @@ -50,8 +49,6 @@ to include it here. <LI> <A HREF="thread_pool.cpp">thread_pool.cpp</A></LI> -<LI> -<A HREF="fix.Makefile">fix.Makefile</A></LI> </UL> <P> <HR WIDTH="100%"> @@ -76,10 +73,5 @@ ACE_TP_Reactor instead of just ACE_Reactor. This takes a little more setup but results in a cleaner implementation. Again, I've not had time to develop a Tutorial on the TP_Reactor but would welcome any contributions. -<P> -<HR WIDTH="100%"> -<CENTER>[<A HREF="..">Tutorial -Index</A>]</CENTER> - -</BODY> -</HTML> +<P><HR WIDTH="100%"> +<CENTER>[<A HREF="../online-tutorials.html">Tutorial Index</A>] </CENTER> |