in reply to
Unable to setup timeout for DBI execute call
Not certain why your method doesn't work, but have you tried
DBIx::Timeout
?
Perl Contrarian & SQL fanboy
Comment on
Re: Unable to setup timeout for DBI execute call
Replies are listed 'Best First'.
Re^2: Unable to setup timeout for DBI execute call
by
perrin
(Chancellor)
on Mar 05, 2008 at 00:47 UTC
It doesn't work because of Perl's safe signals. The DBIx::Timeout module works around this effectively.
[reply]
In Section
Seekers of Perl Wisdom