diff options
author | tworm <tworm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-04 14:40:45 +0000 |
---|---|---|
committer | tworm <tworm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-04 14:40:45 +0000 |
commit | 24342b0d4f244c32f6290df35fc29045b1271d61 (patch) | |
tree | 4a511568ee1a5011c0f0cdbe3f32ad9b1a572779 /TAO/docs | |
parent | dafafdddbcce29557f589a57af4485c15d1105d4 (diff) | |
download | ATCD-24342b0d4f244c32f6290df35fc29045b1271d61.tar.gz |
Updated Concurrency Control section
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/releasenotes/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index a99eb3b1e73..421c4842370 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -408,16 +408,17 @@ Property Service Specification.</A> <A NAME="cservices"></A>CORBA Concurrency Control Service</H3> Point of contact: <A HREF="mailto:tworm@cs.wustl.edu">Torben Worm</A> -<P>Current status (as of March 25th): +<P>Current status (as of May 3rd): <UL> <LI> -The implementation of the service has been postponed until the spec gets -more clear.</LI> +A simple version of the concurrency service has been implemented, +i.e. a version without transactions. It is currently being +tested.</LI> </UL> Future Work: <UL> <LI> -Implementation of the Concurrency Control Service.</LI> +Implementation of the Concurrency Control Service with transactions</LI> </UL> For general documentation of the Concurrency Control Service, please read <A HREF="http://www.omg.org/corba/sectrans.htm#concur">The Concurrency |