Re: Apache::Registry executing scripts multiple times

2009-11-09 Thread Dave Morgan
Thanks to all who responded. It is a development setup so no proxy or load balancer in the mix I could have sworn I had tested the behaviour in other clients, we use Opera, so I took the Apache configuration back to bare bones and still had the issue. Testing with Firefox showed the expected (sin

RE: DBI Connectons accumulate under Mod_perl

2009-11-09 Thread Kulasekaran, Raja
It's like each child process create a new database process and it remains stable. Instead of establishing a database connection, there is a possibility to share the connection between the child threads using sqlrelay (http://sqlrelay.sourceforge.net/ ). But I have no idea about sqlrelay. Is this i