diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-24 19:49:42 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-24 19:49:42 +0000 |
commit | 84fbd4f8983631e59d384536ebced0d73bce0bf8 (patch) | |
tree | 74b4dbf07410aa226fa1dd24b6c65610131e3762 /TAO/docs | |
parent | 2e6c949bcad7bfb0ab8dc117088ce45e66eb980b (diff) | |
download | ATCD-84fbd4f8983631e59d384536ebced0d73bce0bf8.tar.gz |
ChangeLogTag:Tue Apr 24 12:48:19 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/Options.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html index 72bc04efbb7..86a2c7fd10d 100644 --- a/TAO/docs/Options.html +++ b/TAO/docs/Options.html @@ -528,6 +528,17 @@ superseded by <code><A HREF="#-ORBReactorType">-ORBReactorType</A></code>. </TD> </TR> <TR> + <TD><CODE>-ORBFlushingStrategy</CODE> <EM>type</EM></TD> + <TD><a name="-ORBFlshingStrategy"></a> + By default TAO provides two strategies to flush queued messages. + The <CODE>reactive</CODE> strategy uses the Reactor and + non-blocking I/O to drain the queue. + In contrast, the <CODE>blocking</CODE> strategy flushes the + queue as soon as it becomes "full", and blocks the + thread until all the data is sent. + </TD> +</TR> +<TR> <TD><CODE>-ORBSchedPolicy</CODE> <EM>policy</EM></TD> <TD><a name="-ORBSchedPolicy"></a> Specify the scheduling policy used for the priority mapping |