| > | > I just want to check if things work the way I think (hope) it does. | > | > In a transaction, are objects attributes safe from other threads. | > | > self._v_mytemp in my request does not conflict with other requests? | | This is correct (or it's supposed to be.)
What do you mean by "supposed to be"? Is it, or is it not correct?
It means that a correctly operating ZODB will behave this way. I suspected that Johan may have been facing some kind of ZODB bug, therefore I qualified my statement. The phrasing was designed to elicit a response if he were indeed facing a defect.
I haven't experienced any problems so far, but I havn't tested it yet either. The reason I asked was to not make any stupied assumptions before starting coding. If I experience any problems I'll let you know, naturally :-) Cheers, JOhan