[Zope] Re: Specific to the Oracle (Session and objects)
Matthew T. Kromer
matt@zope.com
Tue, 01 Oct 2002 10:54:53 -0400
Bo M. Maryniuck wrote:
>Hi, Matt and sorry for soul bombing in the maillist! ;-)
>
>On Tuesday 01 October 2002 16:03, Matthew T. Kromer wrote:
>
>
>>For Oracle 8i this would be by having Oracle multiplex more
>>than one session over the connection object (each session is separately
>>authenticated). For Oracle 9, I'd try to use Oracle's connection pools
>>instead.
>>
>>
>
>Why? Does Oracle 9i is different than Oracle 8? AFAIK there is almost the same
>engine. The only different for the managers and the customers, as usually
>Oracle doing... ;-)
>
>
>
>
The difference is, in Oracle 9, I can make the driver dumber, and let
Oracle do the heavy lifting when allocating sessions out of the pool.