mod_perl or fastcgi

2006-01-14 Thread Jeff Peng
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

Re: mod_perl or fastcgi

2006-01-14 Thread Frank Wiles
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

new CPAN module ModPerl::ParamBuilder

2006-01-14 Thread Frank Wiles
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

Re: making versioned libraries work on the same server

2006-01-14 Thread Daniel McBrearty
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

Re: Apache::DBI and DBD::Pg

2006-01-14 Thread Jeremy Nixon
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