search for: cached_hosts

Displaying 1 result from an estimated 1 matches for "cached_hosts".

2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...ats. include MonitorMixin + # def initialize: Takes no parameters + # On initialize, we get a connection to the database. + # We then query the name and address of the qpidd server + # using dnsmasq records, and connect to qpidd. def initialize() super() @cached_hosts = {} @@ -78,7 +83,6 @@ class HostRegister < Qpid::Qmf::Console begin ensure_credentials - database_connect server, port = nil @@ -92,8 +96,17 @@ class HostRegister < Qpid::Qmf::Console end @logger.info "Conne...