You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Perrin Harkins <pe...@elem.com> on 2003/02/28 15:52:44 UTC

Re: [error] Insecure dependency in unlink while running with -Tswitch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line106

On Fri, 2003-02-28 at 09:10, Martin Moss wrote:
> I can't use Apache::DBI.
> I have multiple database connections.which are authenticated for different
> users.

You're pretty much screwed then on the database front.

> I just wanted to
> reduce the database lookups.

If you just want to cache data, don't use Apache::Session for that.  Use
IPC::MM, Cache::Mmap, Cache::FileCache, or MLDBM::Sync.

- Perrin


Re: [error] Insecure dependency in unlink while running with-Tswitch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pmline106

Posted by Martin Moss <Ma...@btinternet.com>.
Thanks mate,

Will re-examine the drawing board......

Marty
----- Original Message -----
From: "Perrin Harkins" <pe...@elem.com>
To: "Martin Moss" <ma...@btinternet.com>
Cc: "Cees Hek" <ce...@sitesuite.com.au>; <mo...@perl.apache.org>
Sent: Friday, February 28, 2003 2:52 PM
Subject: Re: [error] Insecure dependency in unlink while running
with-Tswitch at
/usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pmline106


> On Fri, 2003-02-28 at 09:10, Martin Moss wrote:
> > I can't use Apache::DBI.
> > I have multiple database connections.which are authenticated for
different
> > users.
>
> You're pretty much screwed then on the database front.
>
> > I just wanted to
> > reduce the database lookups.
>
> If you just want to cache data, don't use Apache::Session for that.  Use
> IPC::MM, Cache::Mmap, Cache::FileCache, or MLDBM::Sync.
>
> - Perrin
>
>