summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-11-18 11:45:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-11-18 11:45:00 +0000
commitca7eee0b108ac4113863bfd14d03f5f81ae5fbde (patch)
tree3e5abb1822caec1f18da3dd3e263ccb2f6eccccc
parenta6feba6cf6df4ca5dc0ed1bc81c7a26a96cc2a3b (diff)
downloadATCD-ca7eee0b108ac4113863bfd14d03f5f81ae5fbde.tar.gz
ChangeLogTag: Thu Nov 18 11:43:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>Wed Nov 17 11:50:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/docs/releasenotes/ec.html64
1 files changed, 40 insertions, 24 deletions
diff --git a/TAO/docs/releasenotes/ec.html b/TAO/docs/releasenotes/ec.html
index c329040ea05..34311012efe 100644
--- a/TAO/docs/releasenotes/ec.html
+++ b/TAO/docs/releasenotes/ec.html
@@ -18,36 +18,20 @@
<H3>New on this release</H3>
<UL>
- <LI><P>The copy-on-write semantics has been supported for a
- while now.
- </P>
- </LI>
- <LI><P>The event service library has been divided in several
- smaller libraries, so applications only link the required
- components.
- The base code for the Event Service is located in the
- <CODE>TAO_RTEvent</CODE> library.
- <CODE>TAO_RTOLDEvent</CODE> contains the old implementation
- for the real-time Event Service,
- in addition to this the <CODE>TAO_RTSchedEvent</CODE>
- contains the components that will support scheduling in the
- new Event Service.
- This means that applications using only the
- <CODE>TAO_RTEvent</CODE> library do not need to link the
- scheduling service.
+ <LI><P>The consumer/supplier control can be controlled better, interval
+ and timeout can be configured.
</P>
</LI>
- <LI><P>More details can be found on the <CODE>README</CODE> file
- in the <CODE>$TAO_ROOT/orbsvcs/orbsvcs/Event</CODE>
- directory.
+ <LI><P>At the moment a consumer is connected it can be controlled when the
+ connection from the EC to the consumer is created, this can be directly
+ at the first connect or with the first push.
</P>
</LI>
- <LI><P>Add strategies to remove unresponsive or dead consumers
- and/or suppliers
+ <LI><P>The IIOP Gateway has been expanded with several options to control
+ its behaviour.
</P>
</LI>
- <LI><P>Lots of bug fixes since the last time this releases notes
- where updated.
+ <LI><P>The implementation of the multicast gateway has been improved.
</P>
</LI>
</UL>
@@ -121,6 +105,38 @@ this test can be found in the scripts located in <TT>$TAO_ROOT/orbsvcs/tests/EC_
Features in previous releases</H3>
<UL>
+ <LI><P>The copy-on-write semantics has been supported for a
+ while now.
+ </P>
+ </LI>
+ <LI><P>The event service library has been divided in several
+ smaller libraries, so applications only link the required
+ components.
+ The base code for the Event Service is located in the
+ <CODE>TAO_RTEvent</CODE> library.
+ <CODE>TAO_RTOLDEvent</CODE> contains the old implementation
+ for the real-time Event Service,
+ in addition to this the <CODE>TAO_RTSchedEvent</CODE>
+ contains the components that will support scheduling in the
+ new Event Service.
+ This means that applications using only the
+ <CODE>TAO_RTEvent</CODE> library do not need to link the
+ scheduling service.
+ </P>
+ </LI>
+ <LI><P>More details can be found on the <CODE>README</CODE> file
+ in the <CODE>$TAO_ROOT/orbsvcs/orbsvcs/Event</CODE>
+ directory.
+ </P>
+ </LI>
+ <LI><P>Add strategies to remove unresponsive or dead consumers
+ and/or suppliers
+ </P>
+ </LI>
+ <LI><P>Lots of bug fixes since the last time this releases notes
+ where updated.
+ </P>
+ </LI>
<LI><P>In this release the EC supports atomic updates of
subscriptions and publications. In previous versions events
could be lost during an update of the subscription list.