summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/RTCCM/Priority_Test/Workers/README')
-rw-r--r--TAO/CIAO/tests/RTCCM/Priority_Test/Workers/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/README b/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/README
deleted file mode 100644
index b3fdb9f95b9..00000000000
--- a/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/README
+++ /dev/null
@@ -1,20 +0,0 @@
-$Id$
-
-This directory contains the implementations for worker components.
-They have the same component definition and share the same
-stub/skeleton/servant lib implementations. That is, they appear to be
-the same to their client but they behave differently.
-
-Workers provide the Common_Ops interface which allows their client to
-request them to "do some work." Two differnt kinds of worker
-components are available here:
-
-1. Compute_Bound worker (CB_Worker)
-
- Upon receiving a request to perform some work, it will perform some
- heavy computation and eat up a lot of CPU cycles before returning.
-
-2. IO_Bound worker (IOB_Worker)
-
- Upon receiving a request to perform some work, it will perform some
- I/O operations before returning.