2002-05-23 04:25:57 -04:00
|
|
|
DHIS Daemon release 5.1
|
2001-03-12 17:52:33 -05:00
|
|
|
==============================
|
|
|
|
|
2002-05-23 04:25:57 -04:00
|
|
|
The server is now modular through the introduction of a services
|
|
|
|
sub-system. DNS updates are no longer part of the main code but
|
|
|
|
are now implemented as a module.
|
2001-03-12 17:52:33 -05:00
|
|
|
|
2002-05-23 04:25:57 -04:00
|
|
|
The main dhisd process listens to DHIS clients and after authentication
|
|
|
|
marks these with their dynamic IP address. The request is passed to a
|
|
|
|
sub-process through a pipe which implements the services for which the
|
|
|
|
client is subscribed to. Clients may be subscribed to one or more
|
|
|
|
services individually.
|
|
|
|
The sub-engine interface does a basic read from stdin and process.
|
2001-03-22 20:49:57 -05:00
|
|
|
|
2002-05-23 04:25:57 -04:00
|
|
|
Examples of things DHIS could update:
|
|
|
|
Dns, Firewalls, tunnel servers, relay access lists, etc ...
|
2001-03-12 17:52:33 -05:00
|
|
|
|
|
|
|
For more information on the services of DHIS, you should look at the
|
|
|
|
official DHIS site:
|
|
|
|
http://www.dhis.org/dhis/services/
|
|
|
|
|
2002-05-23 04:25:57 -04:00
|
|
|
For more info on the FreeBSD port: http://bsltwr.dhis.org/dhis
|
2001-03-12 17:52:33 -05:00
|
|
|
|
|
|
|
WWW: http://bsltwr.dhis.org/dhis/
|