summaryrefslogtreecommitdiff
path: root/PACE/docs/www/Introduction/begin.html
blob: cbcb1a7591430a00158cd1958c31b481bb133909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- $Id$ -->
<html>
  <head>
    <title>PACE: Begin</title>
  </head>

  <body text=#000000 vlink=#cc000000 link=#0000ff bgColor=#ffffff>

    <table align=center width=640 border=0 cellpadding=6 cellspacing=0>
      <tr>
        <td><hr></td>
      </tr>
      <tr>
        <td>
          <table border=0 cellspacing=20>
            <tr>
              <td>
                <p align=right>
                  <a href=../PACE.html>
                    <img alt=Click-Me-To-Begin
                         border=0
                         src=../Pix/PACE-mini-logo.gif>
                </a>
                </p>          
              </td>
              <td>
                <table cellspacing=10>
                  <tr>
                    <td align=center><a href=begin.html>Beginning...</a></td>
                    <td align=center><a href=team.html>The Team</a></td>
                    <td align=center><a href=phases.html>Phases</a></td>
                    <td align=center><a href=struct.html>Structure</a></td>
                  </tr>
                  <tr>
                    <td align=center><a href=build.html>Building</a></td>
                    <td align=center><a href=using.html>Using</a></td>
                    <td align=center><a href=change.html>Changing</a></td>
                    <td align=center><a href=porting.html>Porting</a></td>
                  </tr>
                </table>
              </td>
              <td>
                <p align=right>
                  <a href=../PACE.html>
                    <img alt=Click-Me-To-Begin
                         border=0
                         src=../Pix/PACE-mini-logo.gif>
                </a>
                </p>          
              </td>
            </tr>
          </table>
        </td>
      </tr>
      <tr>
        <td>
          <hr>
            <p align=center><i>Under Construction!!</i></p>
          <h2>In the beginning...</h2>
          
          <p>Dr. David Levine had the initial idea for PACE.
            ACE+TAO were part of Boeing DII COE project of 2001.
            While reviewing the needs for the project and
            realizing that ACE_OS (ACE' own adaptation layer)
            was quite large and full of potentially avoidable
            dependencies, David across the idea that several
            POSIX compliant platforms could be encapsulated
            into one standard interface, a POSIX interface.</p>
          
          <p>This would potentially allow ACE_OS to port to
            a POSIX API, separated from ACE_OS, which would
            then port correctly between the minor POSIX
            variant operating systems which ACE supported.</p>
          
          <p>This idea quickly developed into the broader
            concept that the POSIX interface library could
            actually replace the ACE_OS layer in the feature
            laden ACE framework library and has since grown
            or will grow to include platforms such as Win32
            and VXWorks (which lack true POSIX compliance).</p>
          
          <p>As you can see, this creates a benefit for ACE,
            namely, PosixACE (PACE) becomes a formal starting
            point to begin reducing the complexity and
            interdependence problems that had creeped into
            ACE over the past 5 years.</p>
          
        </td>
      </tr>
      <tr>
        <td>
          <hr>          
          <p>Additional information regarding
            <a href="http://www.cs.wustl.edu/~schmidt/ACE.html">ACE</a>
            and
            <a href="http://www.cs.wustl.edu/~luther/PACE">PACE</a>
            and
            <a href="http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</A>
            is available as well as a
            <a href="http://www.cs.wustl.edu/~schmidt/TAO-obtain.html">
              full source distribution</a> of TAO + ACE + PACE.
          </p>
          
          <p>If you have any questions, suggestions or contributions
            regarding PACE, please
            <a href="mailto:pace-users@cs.wustl.edu">write</a>
            to us or subscribe to the pace-users mailing list
            (send email to
            <a href="mailto:majordomo@cs.wustl.edu">
              majordomo@cs.wustl.edu</a>
            with <b>"subscribe pace-users"</b> in the <i>body</i>,
            not the subject line ;-)
          </p>
          
          <hr>
          
          <!-- email -->
          <font face=Verdana,Arial,Helvetica size=2>    
          <p align=center><a href="mailto:doc_group@cs.wustl.edu">
              Doc Group</a></p>
          
          <!-- last modified tag -->
          <p align=center>
            <!-- Created: Fri May  4 20:13:27 CDT 2001 -->
            <!-- hhmts start -->
Last modified: Sun May 13 14:47:17 CDT 2001
<!-- hhmts end -->
          </p></font>
        </td>
      </tr>
    </table>

  </body>
</html>