2008-08-07 Sancho Lerena <slerena@gmail.com>
* bin/pandora_server: Disabled downtime server code until we can review changes in db structure from new code / console. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1004 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b16aac61f6
commit
5761431807
|
@ -1,3 +1,8 @@
|
||||||
|
2008-08-07 Sancho Lerena <slerena@gmail.com>
|
||||||
|
|
||||||
|
* bin/pandora_server: Disabled downtime server code until
|
||||||
|
we can review changes in db structure from new code / console.
|
||||||
|
|
||||||
2008-08-05 Sancho Lerena <slerena@gmail.com>
|
2008-08-05 Sancho Lerena <slerena@gmail.com>
|
||||||
|
|
||||||
* bin/pandora_recon: New functional recon server. It implements
|
* bin/pandora_recon: New functional recon server. It implements
|
||||||
|
|
|
@ -93,7 +93,8 @@ my $dbh = DBI->connect("DBI:mysql:$dbname:$dbhost:3306",
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
pandora_serverkeepaliver (\%pa_config, 0, $dbh);
|
pandora_serverkeepaliver (\%pa_config, 0, $dbh);
|
||||||
pandora_planned_downtime (\%pa_config, $dbh);
|
# Disabled until we can finish code from editor and update server code
|
||||||
|
# pandora_planned_downtime (\%pa_config, $dbh);
|
||||||
keep_alive_check (\%pa_config, $dbh);
|
keep_alive_check (\%pa_config, $dbh);
|
||||||
threads->yield;
|
threads->yield;
|
||||||
sleep ($pa_config{"server_threshold"});
|
sleep ($pa_config{"server_threshold"});
|
||||||
|
|
Loading…
Reference in New Issue