Re: Sessions with Postgres

2001-07-11 Thread Gerald Richter
Hi, I just started to rework the session stuff, so things like Postgres should (hopefully) work out of the box and to add some other nice features. I have one question about your Postgres patch: > sub close { > my $self = shift; > > if ($self->{rollback_on_destroy}) { > # we ma

Re: @INC for Embperl

2001-07-11 Thread Jochen Lillich
Gerald Richter schrieb am Tue, 10 Jul 2001 20:47:51 +0200: > If you are running under mod_perl, use a startup file which you load > via PerlRequire startup.pl Of course, shortly after my posting, I myself came upon the example in the Embperl docs that demonstrates exactly that. Thanks for your