RE: [Zope] shared data / synchronisation
Can you be more specific about what you want to do? I wonder if I'm understanding correctly... Why not just use a class variable for all instances of a class implemented for this purpose instead of instance variables? You can do this with both ZClasses and Python products... Sean -----Original Message----- From: Horst Wald [mailto:horstwald@hotmail.com] Sent: Tuesday, February 19, 2002 2:37 AM To: zope@zope.org; website-talk-admin@list.ora.com Subject: [Zope] shared data / synchronisation Hi, a major problem I keep having is how to share data and still avoid conflicts in Zope. I'd like to have somethig like the static variables in C++ or Java. And if I am not mistaken, that is a serious Zope-weakness which causes the many many problems with connecting to databases. If anyone of you can tell me I'm wrong and why, I'd be happy. If not: any idea how to do it? If possible: a clean solution. Thanks in advance Horst _________________________________________________________________ Werden Sie Mitglied bei MSN Hotmail, dem größten E-Mail-Service der Welt. http://www.hotmail.com/de _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
sean.upton@uniontrib.com