On Wednesday 22 January 2003 11:43 am, Ivo van der Wijk wrote:
> > > Do these
> > > references point to the same object instances, or are these copied
> > > as well?
> >
> > They are independant copies

> Why exactly is this? concurrency issues?

Yes.

>  Is there a
> way to optimize this?

1. Obviously, use fewer threads. Do you have a component that otherwise 
benefits from many threads? 

2. If you have large immutable state that does not hold references to 
persistent objects, use application-specific code to share this state between 
threads. 

>  I assume it's an issue on the ZODB level?

yes

-- 
Toby Dickenson
http://www.geminidataloggers.com/people/tdickenson

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to