From 2c6096185f882b3b685d80520697180ec3da5d6c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 13 Apr 2018 10:35:14 +0200 Subject: Removed trailing whitespaces and corrected links to bugzilla --- TAO/docs/HISTORY | 2 - TAO/docs/events_tutorial.html | 181 +++++++++++++++++++++--------------------- TAO/docs/ior_parsing.html | 4 - 3 files changed, 90 insertions(+), 97 deletions(-) (limited to 'TAO/docs') diff --git a/TAO/docs/HISTORY b/TAO/docs/HISTORY index d97a8e35b2e..1aca43401f8 100644 --- a/TAO/docs/HISTORY +++ b/TAO/docs/HISTORY @@ -1,5 +1,3 @@ -@(#)HISTORY 1.1 95/09/13 - Mmmmmmmm DD, 1995 -- RELEASE 1.3: --------------------------------- Release 1.3 includes bugfixes, and support for the COM binary interface diff --git a/TAO/docs/events_tutorial.html b/TAO/docs/events_tutorial.html index 099bf1bd3ef..e171be0693d 100644 --- a/TAO/docs/events_tutorial.html +++ b/TAO/docs/events_tutorial.html @@ -16,7 +16,7 @@ bgcolor="#ffffff">

Using the Real-Time Event Service

Chris Gill, -Tim Harrison, and +Tim Harrison, and Carlos O'Ryan

cdgill@cs.wustl.edu, @@ -55,12 +55,12 @@ bgcolor="#ffffff">

Introduction


-This material is intended to provide an introduction to the COS Event Model, +This material is intended to provide an introduction to the COS Event Model, the Real-Time extensions to that model in TAO, and a set of examples that illustrate the techniques used to build systems using these models. The CORBA Event Service provides a flexible model for asynchronous communication among objects. However, the standard CORBAEvent Service specification lacks -important features required by real-time applications. These features include +important features required by real-time applications. These features include event filtering, event correlation, and periodic event processing.

The standard CORBA operation invocation model supports twoway, oneway, @@ -78,7 +78,7 @@ models lack asynchronous message delivery, do not support timed invocations or group communication, and can lead to excessive polling by clients. Moreover, standard oneway invocations might not implement reliable delivery and deferred synchronous invocations require the use -of the CORBA Dynamic Invocation Interface (DII), which yields +of the CORBA Dynamic Invocation Interface (DII), which yields excessive overhead for most real-time applications.

@@ -124,36 +124,36 @@ The role of each component in the COS Event Model is outlined below:

@@ -274,7 +274,7 @@ into the channel at well defined intervals.

  • Source/type-based filtering

  • Conjunction/Disjunction (AND/OR) correlations

    - +

  • Periodic and Aperiodic processing