Hi all,

I'm trying to write my application with as much fault tolerance as
possible, with that is mind, is if acceptable for a sessions _start
subroutine to call:

$kernel->delay_set("_start", 60);

obviously the _start subroutine will have some logic to prevent it
from running any of the "work" subroutines.

The basic idea is that if _start can't initialise the session because
a database connection fails (for example), it can try again after a
set period of time, and 1. it doesn't stop the kernel, and 2. it
doesn't stop other sessions from running etc....


Thanks,
--
Peter Farmer

Reply via email to