X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=html%2Fadminmanual-2.html;fp=html%2Fadminmanual-2.html;h=b2418ea6e7c73d7ba776408b5b99fc8155f8b563;hb=e1f91307fae936112a25ed7ce08f47214ecec766;hp=d606eb79060174a66f986027139004f1267c3a4c;hpb=f71ce364c08e7e603d69ebfe0a94381a3adccb6c;p=spider.git diff --git a/html/adminmanual-2.html b/html/adminmanual-2.html index d606eb79..b2418ea6 100644 --- a/html/adminmanual-2.html +++ b/html/adminmanual-2.html @@ -14,7 +14,11 @@

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