summaryrefslogtreecommitdiff
path: root/TAO/docs/Options.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/Options.html')
-rw-r--r--TAO/docs/Options.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index 4046ebd5ede..b69858a70a4 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -251,12 +251,6 @@ named <code>"svc.conf"</code> in the current directory. </td>
passed to the Service Configurator. You can pass multiple of these
options on the same command-line. </td>
</tr>
- <tr>
- <td><code>-ORBServiceConfigLoggerKey</CODE> <em>logger key</em></t
- <TD>Set the logger key in the <code>ACE_Service_Config</code>
- framework. Equivalent to the <code>-k</code> option on the ACE
- service configurator class.
- </td>
</tbody>
</table>
</p>
@@ -1165,16 +1159,6 @@ the ORB uses. The default reactor is the ACE_TP_Reactor.
<td>Use the <code>ACE_TP_Reactor</code>, a select based
thread-pool reactor which is the default.</td>
</tr>
- <tr>
- <td><code>dev_poll</code></td>
- <td>Use the <code>ACE_Dev_Poll_Reactor</code>, a
- <code>/dev/poll</code> or Linux <code>sys_epoll()</code>
- based thread-pool reactor. It is intended to be a
- highly scalable replacement for the
- <code>select()</code> based reactors. The
- ACE_Dev_Poll_Reactor is currently only supported on
- HP-UX, Solaris and Linux.</td>
- </tr>
</tbody>
</table>
</td>