[Zope-DB] 2Gurus: DB layer and ZODB timeouts

kapil thangavelu kvthan@wm.edu
Wed, 18 Dec 2002 22:55:55 -0800


On Thursday 19 December 2002 09:38 am, Bo M. Maryniuck wrote:
> On Thursday 19 December 2002 06:34, kapil thangavelu wrote:
> > design costs of opening up a db connection per user, which is
> > horribly inefficient anyways.
>
> Hmm. But Oracle J2EE can do that via Web.

unless there is some mechanism of switching a user after a connection is made 
your basically talking about starting up an oracle process for every new 
user/connection. of course, oracle might have some special internal hooks... 
ah the joy of closed source dbs. ;-)

regardless of the design choices, if you want some help with your problem, it 
would help to have some answers to the forensic questions i asked.

-k