X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-1.html;fp=html%2Fadminmanual-1.html;h=0d902dd2dae1e1611b75d86ead291ca54473e8a7;hb=e39b738850b9a122b60b179e9723e546ddacfd62;hp=f30b0a400138c0b11bebf2203aa1635c112e96a2;hpb=0a361c4ca62246f73ca805e2262c3edeb7317805;p=spider.git diff --git a/html/adminmanual-1.html b/html/adminmanual-1.html index f30b0a40..0d902dd2 100644 --- a/html/adminmanual-1.html +++ b/html/adminmanual-1.html @@ -211,11 +211,11 @@ orft we jolly well go ...

If all is well then login on another term or console as sysop and -cd to /spider/perl. Now issue the following command ... +cd to /spider/src. Now issue the following command ...

-$ ./client.pl
+$ ./client
 

@@ -241,6 +241,18 @@ shutdown

and both the cluster and the client should return to Linux prompts.

+

1.6 The Client program +

+ +

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 +incoming connects at the moment. Before you can use it though it +has to be "made". CD to /spider/src and type make. You +should see the output on your screen and hopefully now have a small C program +called client. Leave it in this directory. +

+


Next Previous