Tyler MacDonald <[EMAIL PROTECTED]> wrote:
> [Fri Jan 13 23:46:28 2006] [error] [client 192.168.99.112] DBD::Pg::db
> prepare_cached failed: FATAL: terminating connection due to administrator
Here's the thing: if your database connection goes away, and Apache::DBI
opens a new one, any prepared s
Hi
Thanks for all the replies and various solutions proposed to my
question. A brief roundup, for the benefit of anyone who passes this
way in future:
1. Re the 'use lib' stuff, the 'FindBin::Real' does indeed look like
it would get around the problem of the ambiguous 'use lib '../..'
thing. (Acc
Hi Everyone,
A few days ago I upload a new module to CPAN that makes it even
easier to build custom Apache directives in mod_perl 2.0 called
ModPerl::ParamBuilder.
If you're not familiar with custom directives, these allow you to
create your own, application specific, Apache direct
On Sat, 14 Jan 2006 11:34:10 +
"Jeff Peng" <[EMAIL PROTECTED]> wrote:
> Hi,lists,
>
> We have some web applications in the schedule of development.We have
> not decided under which mode to run the services.They are some
> applications relative to email system.I think mod_perl or fastcgi
> sho
Hi,lists,
We have some web applications in the schedule of development.We have not
decided under which mode to run the services.They are some applications
relative to email system.I think mod_perl or fastcgi should be the best
choice.Is there anyone who have those experiences could give me som