Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18800
Modified Files:
CHANGES
Log Message:
* Fixed a serious problem occuring in multi-threaded environment:
unexpected failures happened when an EC was fetching objects while another
had a faulted object which was concurrently fetching its own values.
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** CHANGES 25 Feb 2006 13:04:11 -0000 1.66
--- CHANGES 25 Feb 2006 13:26:04 -0000 1.67
***************
*** 10,13 ****
--- 10,17 ----
* Now distributed under a 3-clause BSD-style license, see LICENSE for details
+ * Fixed a serious problem occuring in multi-threaded environment:
+ unexpected failures happened when an EC was fetching objects while another
+ had a faulted object which was concurrently fetching its own values.
+
* Fixed: DatabaseChannel.fetchObject(): it was possible for a snapshot to
be cleared from the cache while initializeObject() was in progress (this
|