Re: Answered: Need to clean MySQL handle attributes with persistant handle?

2006-02-13 Thread Jonathan
On Feb 13, 2006, at 1:39 PM, Perrin Harkins wrote: Perrin- I would test this myself... except that, crazy as it sounds, I'm not currently using mod_perl. It doesn't matter -- you can test this from any old command-line script. Just open a connection, do an insert that works, do one that

Re: Answered: Need to clean MySQL handle attributes with persistant handle?

2006-02-13 Thread Perrin Harkins
On Mon, 2006-02-13 at 13:08 -0500, RJ Herrick wrote: > What I've gathered is that since persistent connections are per child > apache process, any such problem that might arise would be due to the > same child not cleaning its dbhandle attributes up between calls. Yes. > Normally this would be

Answered: Need to clean MySQL handle attributes with persistant handle?

2006-02-13 Thread RJ Herrick
Thanks for the info everyone. Let's see if it sunk in. What I've gathered is that since persistent connections are per child apache process, any such problem that might arise would be due to the same child not cleaning its dbhandle attributes up between calls. Normally this would be done at th