66676869707172
// Read hosts and monitors from database hosts = new hostsHolder(appProperties); // Start threads monThread = new monitorThread(appProperties, hosts); dbThread = new dbChangeMonitor(appProperties, hosts); }