From 2b072ace999e019e903379787b8ae13efb2eca5c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 24 Jan 2019 11:10:09 +0100 Subject: Updated several broken links --- ACE/ACE-INSTALL.html | 10 +++---- ACE/Kokyu/docs/Kokyu.html | 26 ++++++++-------- ACE/ace/WIN32_Proactor.h | 2 +- ACE/apps/Gateway/README | 2 +- ACE/docs/ACE-guidelines.html | 35 ++++++---------------- ACE/docs/ACE-porting.html | 2 +- ACE/docs/index.html | 2 +- ACE/examples/ASX/Event_Server/README | 6 ++-- ACE/examples/Service_Configurator/IPC-tests/README | 10 +++---- ACE/tests/Future_Set_Test.cpp | 2 +- ACE/tests/Refcounted_Auto_Ptr_Test.cpp | 2 +- TAO/docs/Smart_Proxies.html | 4 +-- TAO/docs/TAO-metrics.html | 10 +++---- TAO/docs/compiler.html | 6 ++-- TAO/docs/configurations.html | 4 +-- TAO/docs/interceptors.html | 4 +-- TAO/docs/pluggable_protocols/index.html | 28 ++++++++--------- TAO/docs/releasenotes/amh.html | 4 +-- TAO/docs/releasenotes/ftcorba_services.html | 2 +- TAO/docs/releasenotes/index.html | 2 +- TAO/docs/tutorials/Quoter/index.html | 4 +-- TAO/performance-tests/Cubit/TAO/MT_Cubit/README | 4 +-- TAO/tests/Smart_Proxies/Policy/README | 2 +- 23 files changed, 78 insertions(+), 95 deletions(-) diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html index 23f45159384..cf053e11321 100644 --- a/ACE/ACE-INSTALL.html +++ b/ACE/ACE-INSTALL.html @@ -231,19 +231,19 @@ over the years, ACE's success has greatly increased the amount of effort required to keep up with its maintenance, answer users' questions, and give design guidance. Riverace offers world-class commercial services to support ACE users. OCI, PrismTech, and Remedy -offer similar services for TAO, allowing the DOC group's primary focus +offer similar services for ACE and TAO, allowing the DOC group's primary focus to shift back to their main goal: research. The DOC group is fundamentally focused on (and funded +href="http://www.dre.vanderbilt.edu/~schmidt/resume-grants.html">funded by) advanced R&D projects. The group continues to be intimately involved in ACE+TAO development and maintenance, but with revised priorities for maintenance. The bug fixing policies followed by the DOC group are designed to strike a balance between their many research +href="http://www.dre.vanderbilt.edu/~schmidt/research.html">research projects and their commitment to the ACE+TAO user +href="http://www.dre.vanderbilt.edu/~schmidt/ACE-users.html">user community. Naturally, we will be happy to accept well-tested patches from the ACE+TAO user community for any platforms that aren't supported by the DOC group, Riverace, OCI or Remedy IT.

@@ -3129,7 +3129,7 @@ quickly.


-Back to the ACE +Back to the ACE home page. diff --git a/ACE/Kokyu/docs/Kokyu.html b/ACE/Kokyu/docs/Kokyu.html index b476a849a85..fb1b0905e3a 100644 --- a/ACE/Kokyu/docs/Kokyu.html +++ b/ACE/Kokyu/docs/Kokyu.html @@ -31,7 +31,7 @@ Real-time CORBA (DSRTCORBA) schedulers Kokyu is a portable middleware scheduling framework designed to provide flexible scheduling and dispatching services within the context of higher-level middleware. Kokyu currently provides real-time scheduling and dispatching -services for TAO’s real-time CORBA Event Service, which mediates supplier-consumer +services for TAO�s real-time CORBA Event Service, which mediates supplier-consumer relationships between application operations. Kokyu consists primarily of two cooperating infrastructure segments, illustrated in Figure 1:

@@ -54,7 +54,7 @@ are ordered, by assigning priority levels and rates to tasks, and producing a configuration specification for the dispatching mechanism. The dispatcher is responsible for enforcing the ordering of operation dispatches using different threads, requests queues, and timers configured according to -the scheduler’s specification. The combined framework provides an implicit +the scheduler�s specification. The combined framework provides an implicit projection of scheduling heuristics into appropriate dispatching infrastructure configurations, so that the scheduling and dispatching infrastructure segments can be optimized both separately and in combination. @@ -72,7 +72,7 @@ within a fixed CORBA IDL interface, thereby enabling different strategies to be configured independently from applications that use them.

Flexible Dispatching Framework

-The right side of Figure 1 shows the essential features of Kokyu’s flexible +The right side of Figure 1 shows the essential features of Kokyu�s flexible task dispatching infrastructure. Key features of the dispatching infrastructure that are essential to performing our optimizations are as follows:

Dispatching queues: Each task is assigned by our strategized @@ -96,16 +96,16 @@ the highest is at the head of the queue at the point when one is to be dequeued. We consider three disciplines:


-

ACE +

ACE Shared Libary Guidelines