RE: [sqlite] DBD::SQLite not closing file handles

2005-03-28 Thread Brad DerManouelian
ion or copying of this e-mail message is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete this e-mail message from your computer. -Original Message- From: Brad DerManouelian [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005

[sqlite] DBD::SQLite not closing file handles

2005-03-28 Thread Brad DerManouelian
Sorry if this is the wrong forum, but has anyone run into a problem with leaking file handles when using SQLite with Perl DBI and DBD::SQLite? I am calling finish() and disconnect() when I'm done with each connection, but lsof reports my database file opens once for each connection and never close