Changeset 331
- Timestamp:
- 05/06/07 21:23:34 (1 year ago)
- Files:
-
- honeyclient/trunk/bin/StartAgent.pl (modified) (2 diffs)
- honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/bin/StartAgent.pl
r304 r331 37 37 print "Watchdog fault detected, recovering Agent daemon.\n"; 38 38 # XXX: Reenable this, eventually. 39 #Carp::carp __PACKAGE__ . "->_watchdogFaultHandler(): Error occurred during processing.\n" . $errMsg;39 Carp::carp __PACKAGE__ . "->_watchdogFaultHandler(): Error occurred during processing.\n" . $errMsg; 40 40 41 41 … … 60 60 for (;;) { 61 61 # TODO: Make this a programmatic value. 62 sleep ( 5);62 sleep (60); 63 63 $som = $stub->getState(); 64 64 if (defined($som) and (ref($som) eq "SOAP::SOM")) { honeyclient/trunk/lib/HoneyClient/Util/SOAP.pm
r328 r331 459 459 my $timeout = getVar(name => "timeout", 460 460 namespace => $args{'namespace'}); 461 # XXX: Delete this, eventually. 462 print "TIMEOUT = " . $timeout . "\n"; 461 463 my $URL_BASE = "http://" . $args{'address'} . ":" . $args{'port'}; 462 464 my $URL = $URL_BASE . "/" . join('/', split(/::/, $args{'namespace'}));
