Hello Dr. Frog!
Any relation to Kermit?
I'm not sure Jaime is referring to PostgreSQL [my favorite open source DB] in
particular, or even database persistence in general.
Clayton Cottingham aka DrFrog wrote:
>
> r u talking about db persistence?
>
> postgres does concurrent persistence checking
>
> what does this mean?
>
> it means it handles the whole db in such a way that coding persistence
> into your perl progs really isnt nessecary
> as postgres handles it all for youn automagically
>
> btw anyone notice how much mysql has been dropping out at freshmeat
> lately?!
>
> Buddy Lee Haystack wrote:
> >
> > If you're referring to a database connection, the Apache DBI module
> > keeps the connection alive, not the mod_perl module.
> >
> > Jaime Teng wrote:
> > >
> > > Hi,
> > >
> > > How do you make perl script (either on Linux+Apache+Mod_perl
> > > or in NT+IIS4 environment) make a "Connection: Keep-Alive".
> > >
> > > On both environment, the connections always closes after the
> > > perl script finished execution.
> > >
> > > Any idea?
> > >
> > > Jaime