[go: up one dir, main page]

Menu

[ebf9b6]: / doc / lifespan.txt  Maximize  Restore  History

Download this file

48 lines (46 with data), 2.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Daemon lifespan truth table
unic multic lifesp behavior
null null <0 no networking, daemon will never end
null null 0 no networking, daemon will NOT be started by this
command
null null >0 no networking, daemon will die after lifespan inactivity
time
null value <0 use multicast to reach daemon, if there is no answer
a new instance will be activated locally; activated
daemon will never end
null value 0 use multicast to reach daemon, if there is no answer
no new instance will be activated locally: an error
will be reported
null value >0 use multicast to reach daemon, if there is no answer
a new instance will be activated locally; activated
daemon will die after lifespan inactivity time
value null <0 use unicast to reach daemon, if there is no answer
a new instance will be started locally, but it can be
activated only if unicast address is a valid address
for the current host; activated daemon will never end
value null 0 use unicast to reach daemon, if there is no answer
no new instance will be activated locally: an error
will be reported
value null >0 use unicast to reach daemon, if there is no answer
a new instance will be started locally, but it can be
activated only if unicast address is a valid address
for the current host; activated daemon will die after
lifespan inactivity time
value value <0 use unicast to reach daemon, if there is no answer
a new instance will be started locally, but it can be
activated only if unicast address is a valid address
for the current host; multicast address will be used
to answer other commands looking for the daemon using
multicast address (null, value, 0); activated daemon
will never end
value value =0 use unicast to reach daemon, if there is no answer
no new instance will be activated locally: an error
will be reported. "multicast" option is ignored, the
same behavior of (value, null, 0)
value value >0 use unicast to reach daemon, if there is no answer
a new instance will be started locally, but it can be
activated only if unicast address is a valid address
for the current host; multicast address will be used
to answer other commands looking for the daemon using
multicast address (null, value, 0); activated daemon
will die after lifespan inactivity time