Table of Contents

Polling Daemon

Polling Daemon

DVG polls the devices either by crontab (exec_rrd.pl) or by an experimental daemon (dvg_snmpd.pl). The problem is - if you use a large installation - the I/O load on the Server. Within a short time all rrd-files are updated and in the same time a lot of updates need to be written to the database.

new polling daemon

the new daemon should use multitasking (threads) to distribute the load over the time.

requirements / wishes

Other things the new daemon should do:

are there more needs

Frameworks

Possible Libraries for the implementation: Perl_Object_Environment. Are there other possibilities?

Structures

is this a good separation of the different tasks?

open items: