diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-06-30 22:22:13 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-06-30 22:22:13 +0000 |
commit | 4b1288668836a873ba54d45824e2f04754eae524 (patch) | |
tree | c6caeee8b457007137a87f3b752b6fca1d528ffb /TAO/README | |
parent | 7354d133a93e53cd75d55a97ee84310a1416c169 (diff) | |
download | ATCD-4b1288668836a873ba54d45824e2f04754eae524.tar.gz |
Added COPYING and README files to TAO.
Diffstat (limited to 'TAO/README')
-rw-r--r-- | TAO/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/README b/TAO/README new file mode 100644 index 00000000000..ac200f96eea --- /dev/null +++ b/TAO/README @@ -0,0 +1,26 @@ +Welcome to TAO--The ACE ORB. This is an implementation of a +CORBA2-compliant ORB with support for real-time extensions. + +As mentioned, TAO will eventually be a CORBA2-compliant ORB. But +right now it's not there. Specifically, TAO contains the following: +* an [optimized] ORB Core based on ACE components +* an implementation of the Basic Object Adapter (BOA) +* various sample applications illustrating how to use the ORB in its + current state + +The current release of TAO DOES NOT contain the following: +* an IDL compiler +* an real-time version of the new Portable Object Adapter (POA) +* a real-time scheduling service + +Our current shedule will provide these remaining features throughout +the summer of 1997. + +Please feel free to experiment with, dissect, repair, use, etc., TAO. +We accept bug reports, appreciate bug fixes/enhancements, and quickly +integrate correct bug fixes! Just remember that we do not expect TAO +to provide all the features of a real ORB at the moment, and that very +important parts of TAO will be changing substantially in the +not-so-distant future. Thus, any development performed in the interim +will require a little more effort, and will likely have to be +completely re-written to work with newer releases. |