in reply to Re: Failures in TCP/IP stack
in thread Failures in TCP/IP stack

Thanks for the tip on the file descriptors.... I'll take a look.
As for the dbh handle, I understand your point, but I was reusing the dbh to attempt to speed up the process... connection time is costly. Perhaps it would be wiser for me to merge the connection time sub with the db process checking sub instead.