spider/html/adminmanual-2.html
2001-01-19 13:58:27 +00:00

32 lines
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>The DXSpider Installation and Administration Manual : The Client program</TITLE>
<LINK HREF="adminmanual-3.html" REL=next>
<LINK HREF="adminmanual-1.html" REL=previous>
<LINK HREF="adminmanual.html#toc2" REL=contents>
<link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
</HEAD>
<BODY>
<A HREF="adminmanual-3.html">Next</A>
<A HREF="adminmanual-1.html">Previous</A>
<A HREF="adminmanual.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2. 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>
<HR>
<A HREF="adminmanual-3.html">Next</A>
<A HREF="adminmanual-1.html">Previous</A>
<A HREF="adminmanual.html#toc2">Contents</A>
</BODY>
</HTML>