1THEFT-SERVER(1) User Contributed Perl Documentation THEFT-SERVER(1)
2
3
4
6 theft-server - CLC-INTERCAL networking
7
9 theft-server --port=port [options]
10
12 The theft-server mediates the communication between two CLC-INTERCAL
13 programs with the internet extension. It keeps a list of process IDs
14 running on the current computer so it can provide lists of processes
15 which can be engaged in INTERcal NETworking; it also responds to
16 broadcasts allowing other CLC-INTERCAL programs on the LAN to know
17 there is something happening on this computer.
18
19 Under normal conditions, the theft-server is started automatically by a
20 CLC-INTERCAL programs with the internet extension (unless one is
21 already running, of course!) because the extension cannot operate
22 without a server on the local computer. However, it is possible to
23 start one manually, for example from a /etc/init.d or /etc/rc.d.
24
25 If the program is started automatically, it uses defaults for all its
26 configuration; when started manually, it accepts the following options:
27
28 -pport / --port=port
29 Uses the given port (number or service name) for communications,
30 instead of using the default one from a configuration file.
31
32 -lseconds / --linger=seconds
33 Waits the specified time for a connection, then exit. The default
34 is 600 (10 minutes). The timeout applies when the program starts
35 and also when all existing connections are closed. This allows the
36 program to be started on demand by CLC-INTERCAL programs, and to
37 automatically exit when no longer required (unless more programs
38 start up during the timeout).
39
40 This function is disabled by setting the timeout to 0 (i.e. -l0);
41 for example, if starting the server from /etc/init.d or equivalent
42 one would disable the timeout.
43
44 -d / --debug
45 Tells everything it's doing (on Standard Error). Also, prevents the
46 program from detaching from the current terminal and going into the
47 background.
48
50 IPv6 is not yet implemented.
51
53 Hey! The above document had some coding errors, which are explained
54 below:
55
56 Around line 215:
57 You forgot a '=back' before '=head1'
58
59
60
61perl v5.12.0 2008-03-29 THEFT-SERVER(1)