On Thu, 2005-02-03 at 14:15 -0500, Jonathan Vanasco wrote:
> Can anyone point me to some good references on using transactions in a 
> mod_perl framework

http://modperlbook.com/html/ch20_01.html

> My naive and possibly wrong view, is that it would be difficult to 
> handle transactions if DBI is recycling/sharing the connections and 
> making them persist

Read the Apache::DBI docs.  It issues a rollback on all open connections
at the end of every request.  If there's a specific scenario you're
concerned about, please elaborate.

- Perrin

Reply via email to