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 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252
|
<!-- $Id: minimumTAO.html,v 1.7 1999/10/01 01:31:28 marina Exp $ -->
<html>
<head>
<title>Minimum TAO</title>
<link rev=made href="mailto:tao-users@cs.wustl.edu">
</head>
<body text = "#000000"
link="#000fff"
vlink="#ff0f0f"
bgcolor="#ffffff">
<hr>
<p>
<strong>Minimum TAO</strong>
<p>
We have added support for the new <a href =
"http://www.omg.org/cgi-bin/doc?orbos/98-08-04.pdf"><em>minimumCORBA
</em></a> specification to <a href =
"http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</a>. The <em>
minimumCORBA </em> specification removes the following features from
the CORBA <a href = "http://www.omg.org/library/c2indx.html">2.2</a>
specification.
<ul>
<li>Dynamic Skeleton Interface<br>
<li>Dynamic Invocation Interface<br>
<li>Dynamic Any<br>
<li>Interceptors<br>
<li>Interface Repository<br>
<li>Advanced POA features<br>
<li>CORBA/COM interworking<br>
</ul>
<p>
To minimize the footprint of TAO, we first <a href=
"http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html">configure</a>
ACE to support only those <a href =
"http://www.cs.wustl.edu/~schmidt/ACE_wrappers/docs/ACE-subsets.html">components</a>
that are required by TAO. Secondly, we <a href =
"http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/TAO-INSTALL.html">configure</a>
TAO to only support the components specified by the <em>minimumCORBA</em>
specification. The following two tables show the footprint reduction
achieved. Note that the IDL Compiler column refers to the code
required to collaborate between the IDL compiler and the ORB, and not
to the code for the IDL compiler itself.
<p>
<hr>
<p>
<em>Note: All measurement are for ACE 5.0 and TAO 1.0 using
egcs-2.91.60 on SunOS5.7<br>
Make options used were:
<code> debug=0 optimize=1 static_libs_only=1 DEFFLAGS=-DACE_USE_RCSID=0 </code> <br>
The above make options translate into:
(a) No debugging,
(b) Optimization is set to -O2,
(c) Static ACE and TAO libraries, and
(d) Use of RCS Ids is turned off. <br>
<p></em>
<p>
<hr>
<p>
<center><table cellpadding=4 border=4>
<tr>
<th>Configuration
<th>Component
<th>Total
<th>OS
<th>Utils
<th>Logging
<th>Threads
<th>Demux
<th>Connection
<th>Sockets
<th>IPC
<th>Svcconf
<th>Streams
<th>Memory
<th>Token
<th>Other
<tr>
<th rowspan=2>ACE (all components)
<th>Size, bytes
<td align=center>709.5
<td align=center>11.9
<td align=center>115.3
<td align=center>13.7
<td align=center>63.0
<td align=center>88.0
<td align=center>68.6
<td align=center>16.9
<td align=center>43.0
<td align=center>99.8
<td align=center>21.4
<td align=center>29.2
<td align=center>76.0
<td align=center>62.9
<tr>
<th>Percentage of<br>total size
<td align=center>100
<td align=center>1.7
<td align=center>16.2
<td align=center>1.9
<td align=center>8.9
<td align=center>12.4
<td align=center>9.7
<td align=center>2.4
<td align=center>6.0
<td align=center>14.1
<td align=center>3.0
<td align=center>4.1
<td align=center>10.7
<td align=center>8.9
<tr>
<th rowspan=2>ACE (TAO components)
<th>Size, bytes
<td align=center>570.7
<td align=center>11.9
<td align=center>115.3
<td align=center>13.7
<td align=center>63.0
<td align=center>88.0
<td align=center>68.6
<td align=center>16.9
<td align=center>43.0
<td align=center>99.8
<td align=center>21.4
<td align=center>29.2
<td align=center>0
<td align=center>0
<tr>
<th>Percentage of<br>total size
<td align=center>100
<td align=center>2.1
<td align=center>20.2
<td align=center>2.4
<td align=center>11.0
<td align=center>15.4
<td align=center>12.0
<td align=center>3.0
<td align=center>7.5
<td align=center>17.5
<td align=center>3.7
<td align=center>5.1
<td align=center>0
<td align=center>0
<tr>
<th>Reduction
<th>%
<td align=center>19.6
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>100
<td align=center>100
</table></center><p>
<hr>
<p>
<center><table cellpadding=4 border=4>
<tr>
<th>Configuration
<th>Component
<th>Total
<th>POA
<th>Pluggable Protocols
<th>Default Resources
<th>Interpretive Marshaling
<th>IDL Compiler
<th>ORB Core
<th>Dynamic Any
<tr>
<th rowspan=2>Complete TAO
<th>Size, Kbytes
<td align=center>1617.2
<td align=center>412.5
<td align=center>281.0
<td align=center>32.1
<td align=center>73.4
<td align=center>10.7
<td align=center>595.2
<td align=center>212.3
<tr>
<th>Percentage of<br>total size
<td align=center>100
<td align=center>25.5
<td align=center>17.4
<td align=center>2.0
<td align=center>4.5
<td align=center>0.7
<td align=center>36.8
<td align=center>13.1
<tr>
<th rowspan=2>Minimum TAO
<th>Size, Kbytes
<td align=center>1359.2
<td align=center>376.2
<td align=center>281.0
<td align=center>32.1
<td align=center>73.4
<td align=center>10.7
<td align=center>585.5
<td align=center>0.0
<tr>
<th>Percentage of<br>total size
<td align=center>100
<td align=center>27.7
<td align=center>20.7
<td align=center>2.4
<td align=center>5.4
<td align=center>0.8
<td align=center>43.1
<td align=center>0.0
<tr>
<th>Reduction
<th>%
<td align=center>16.0
<td align=center>8.8
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>0
<td align=center>1.6
<td align=center>100
</table></center><p>
</body>
</html>
|