summaryrefslogtreecommitdiff
path: root/Kokyu
diff options
context:
space:
mode:
authorvenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-28 23:12:36 +0000
committervenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-28 23:12:36 +0000
commite15b2661eef5ecb492d164fbddb9cb7012098846 (patch)
treefeb8b7e9b2ba7ebda2b0c57bf1c1cd4c37e93e21 /Kokyu
parentfa21713b03ffd82f84654d97078ef96c5d7819ba (diff)
downloadATCD-e15b2661eef5ecb492d164fbddb9cb7012098846.tar.gz
ChangeLogTag: Fri Nov 28 17:08:34 2003 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'Kokyu')
-rw-r--r--Kokyu/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/Kokyu/README b/Kokyu/README
new file mode 100644
index 00000000000..2cd0f79a6f4
--- /dev/null
+++ b/Kokyu/README
@@ -0,0 +1,22 @@
+# $Id:
+
+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 Event Service
+which mediates supplier-consumer relationships between application
+operations. Kokyu also provides a scheduling and dispatching framework
+for threads. This is being used by the TAO RTCORBA 2.0 scheduler
+implementations. For more information, see
+
+ACE_wrappers/Kokyu/docs/Kokyu.html
+
+To build Kokyu on Unix systems, from under $ACE_ROOT/Kokyu do
+
+make
+
+To build Kokyu on Windows, open the workspace
+$ACE_ROOT/Kokyu/Kokyu.dsw and build it.
+
+An mpc file has also been provided - $ACE_ROOT/Kokyu/Kokyu.mpc from
+which IDE specific build files can be generated.