[Zope-DB] Per-user connections

Bo M. Maryniuck b.maryniuk@forbis.lt
Tue, 10 Dec 2002 14:25:03 +0200


On Tuesday 10 December 2002 13:45, M.-A. Lemburg wrote:
> You'll have to create a new Zope Connection object (provided by
> the DA) from scratch for this to work.
You cannot pickle objects in the session.

> If you create a new logical Connection object then you shouldn't run
> into these problems.

What you mean "logical Connection object"? Talking about Oracle, AFAIK th=
ere=20
is Oracle Session ID which is created on *physical* connect. All transact=
ions=20
which belongs to that user are within this SID. So which way you would li=
ke=20
to separate different users with different triggers and package content?

--=20
Regards, Bogdan

Mosher's Law of Software Engineering:
        Don't worry if it doesn't work right.
        If everything did, you'd be out of a job.