Maciej Wisniowski wrote at 2005-8-5 23:37 +0200:
>> Do you see a reason why your requests modify "Procedure" instances?
>> I find this strange: I would expect that they are rarely modified
>> (just once to set them up).
>It's possibly because of _connect method in DCOracle2 SP.py. It 
>assigns to self _v_proc, connection, and errors count.

Assignments to "_v_" attributes (they are so called "volatile"
attributes) do not change the persistent state and cannot cause
conflicts.

There must be some other modification to the procedure objects.

-- 
Dieter
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to