Francesco Pasqualini wrote:
> 
> is it possible to use IPC sysV  to share DBI connection between apache
> childs ?

IIRC this is not possible as DBI connections are special magic things -
this was discussed on the list a few months back - but I cannot remember
the name of the thread.


Greg Cope
 
> 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
>

Reply via email to