David Kaufman wrote:
I've used pnotes extensively for exactly this sort of thing and have found it to be extremely reliable and always cleaned up. I've never seen this problem before, but it does seem to be related to the directory index somehow. Sorry I can't offer a specific solution. I would suggest checking the code for any other possible sources of leaks, i.e. an unintentional closure that holds onto a copy of the DBI handle."John Heitmann" <[EMAIL PROTECTED]> wrote ... in fact, i've avoided using pnotes after seeing similar inconsistencies and reading reports of others having them, too. that was a while back, though.
> maybe Apache::Session (or CGI::Session) can handle these
No, Apache::Session is for storing data between requests, which is exactly the opposite of what he's trying to do. It can't handle storing DBI handles anyway, because Storable can't serialize them.needs?
- Perrin