On Wo. mei. 16 16:55:36 2007, nobody@mixmaster.it wrote:
Show quoted text> before finding your excellent module, i had been using
> DBIx::DWIW. the only thing it has that i miss, is retry logic
> to deal with network interruptions. is there any chance of
> DBIx::Simple adopting something similar?
It is very important to have a stable network connection to your
database engine. If an interruption occurs, you do not know if your
query has been executed. For mutating queries like INSERT, retrying can
then cause duplicate data.
I'll think about the issue, and may implement some retry-logic for the
"connect" method soon, but I'm not so sure about the safety of such
functionality for methods like "query".
--
Juerd