Re: Apache::DBI connect

2013-11-08 Thread Perrin Harkins
On Thu, Nov 7, 2013 at 11:06 PM, Xinhuan Zheng xzh...@christianbook.comwrote: As I turned on more debugging, when the problem occurs, the Apache cached connection reference is different than the database handle reference the query is using. Which query are you talking about? The ping in

Re: Apache::DBI connect

2013-11-08 Thread Xinhuan Zheng
Hi Perrin, The query is from the application code not the 'select 1' test query. While most of time I saw Apache::DBI-connect is called but sometime from a process, it will print out it finds a cached connection and ping is ok but sometimes from the same process it didn't find a cached