What's the best way to have a database connection per request
in perl mason?  We would like to be able to switch between different oracle
database instances and different oracle schemas.  It would be nice if I could
configure this in a single place or in a few places, instead of 
adding it everywhere.
If there's a good solution for database connection pooling, that would
be helpful too.   We have a base of existing code we would like to switch
over to the new scheme.

We can't keep it in the session, because we can see people bringing
up 2 web browsers, each looking at a different database.

Single page solutions are easy, and we have implemented this for one page,
but we would like to extend this across a whole componentized web site.

Thanks,

John


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to