> The script is not smallish, but the main loop looks like this:
> 
> {
>     # Connecting
>     $dbh = new Sybase::DBlib $userid, $password, $host;
>     $dbh->dbuse($database);
> 
>     # Checking
>     checkProsesses();
>     checkSegmentStatus();
>     getMonitor();
> 
>     # Disconnecting
>     $dbh->dbclose;
> }

Okay, it might seem obvious but what happens when you comment
out the checks?  Can you reduce the problem down, at all?  The
three functions are independant, right?  (Hoping that nobody
is returning results using global variables... again).

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to