X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-2.html;h=ecaf1910adcf9590abf2b829eeade8e362129fa3;hb=a2fc02fa7ad04e42be78783a4aa38a771b7d1ec3;hp=d606eb79060174a66f986027139004f1267c3a4c;hpb=4fa8a0251b64361c908d056393b46abece6d38be;p=spider.git diff --git a/html/adminmanual-2.html b/html/adminmanual-2.html index d606eb79..ecaf1910 100644 --- a/html/adminmanual-2.html +++ b/html/adminmanual-2.html @@ -6,6 +6,7 @@ + Next @@ -14,7 +15,13 @@

2. 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. +

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