as last log
[spider.git] / html / adminmanual-1.html
index f30b0a400138c0b11bebf2203aa1635c112e96a2..0d902dd2dae1e1611b75d86ead291ca54473e8a7 100644 (file)
@@ -211,11 +211,11 @@ orft we jolly well go ...
 </CODE></BLOCKQUOTE>
 <P>
 <P>If all is well then login on another term or console as <EM>sysop</EM> and 
-cd to /spider/perl.  Now issue the following command ...
+cd to /spider/src.  Now issue the following command ...
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
-$ ./client.pl
+$ ./client
 </PRE>
 </CODE></BLOCKQUOTE>
 <P>
@@ -241,6 +241,18 @@ shutdown
 <P>
 <P>and both the cluster and the client should return to Linux prompts.
 <P>
+<H2><A NAME="ss1.6">1.6 The Client program</A>
+</H2>
+
+<P>In earlier versions of Spider, all the processes were Perl scripts.  This 
+was fine but with a lot of users your computer memory would soon be used up.  
+To combat this a new client was written in "C".  This client only works for
+<EM>incoming</EM> connects at the moment.  Before you can use it though it 
+has to be "made".  CD to /spider/src and type <EM>make</EM>.  You 
+should see the output on your screen and hopefully now have a small C program 
+called <EM>client</EM>.  Leave it in this directory.
+<P>
+<P>
 <HR>
 <A HREF="adminmanual-2.html">Next</A>
 Previous