diff options
author | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-28 23:12:36 +0000 |
---|---|---|
committer | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-28 23:12:36 +0000 |
commit | 6a88b5fd9b584e1322976544d3ac46621cbec24c (patch) | |
tree | feb8b7e9b2ba7ebda2b0c57bf1c1cd4c37e93e21 /Kokyu/README | |
parent | 3997de28cd87e59be022eb1cf700e0b115de8a16 (diff) | |
download | ATCD-6a88b5fd9b584e1322976544d3ac46621cbec24c.tar.gz |
ChangeLogTag: Fri Nov 28 17:08:34 2003 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'Kokyu/README')
-rw-r--r-- | Kokyu/README | 22 |
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. |