is it possible to use IPC sysV to share DBI connection between apache
childs ?
What I'm looking for is the possibility to store a DBI connections in the
$Session
object (Apache::ASP or Apache::Session).
In this way we can start a DB connection for each user session and we can
have different application using differnet DB.
The connection is started when the user session start, is maintened in
memory, it is visible to all the apache childs and will be closed at session
end.
thanks
----- Original Message -----
From: "Greg Cope" <[EMAIL PROTECTED]>
To: "Modperl list" <[EMAIL PROTECTED]>
Sent: Friday, July 21, 2000 8:58 PM
Subject: YAM (Yet Another Module) - an IPC shared cache thing - anyone
interested ?
> Dear All
>
> I've writen a small IPC sysV based shared cache thingy ... (useing
> IPC::ShareLite), and I'd like some comments oin the design if anywants
> to crtique...
>