Compile fixes
[ACE_TAO.git] / ACE / Kokyu / README
blob3f8c22dabfedc89334c0bf1da864da4466cc55b8
3 Kokyu is a portable middleware scheduling framework designed to
4 provide flexible scheduling and dispatching services within the
5 context of higher-level middleware. Kokyu currently provides real-time
6 scheduling and dispatching services for TAO's real-time Event Service
7 which mediates supplier-consumer relationships between application
8 operations. Kokyu also provides a scheduling and dispatching framework
9 for threads. This is being used by the TAO RTCORBA 1.2 scheduler
10 implementations. For more information, see
12 ACE_wrappers/Kokyu/docs/Kokyu.html
14 To build Kokyu on Unix systems, from under $ACE_ROOT/Kokyu do
16 make
18 To build Kokyu on Windows, open the workspace
19 $ACE_ROOT/Kokyu/Kokyu.dsw and build it.
21 An mpc file has also been provided - $ACE_ROOT/Kokyu/Kokyu.mpc from
22 which IDE specific build files can be generated.