diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-22 06:38:57 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-22 06:38:57 +0000 |
commit | 60aeb6ad503a7851d0e9384362e7aa4aeeb1dd8b (patch) | |
tree | de3de095cb22a7bc645a1631f6bb78a2a2ca1d3f /TAO | |
parent | 3e8847c8498c14cf0915cf96e189c00a9097ee0b (diff) | |
download | ATCD-60aeb6ad503a7851d0e9384362e7aa4aeeb1dd8b.tar.gz |
ChangeLogTag:Sat Apr 22 01:31:13 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 9 | ||||
-rw-r--r-- | TAO/docs/Options.html | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 3eb4c51ec1c..0c08e584ba1 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Sat Apr 22 01:31:13 2000 Nanbor Wang <nanbor@cs.wustl.edu> + + * docs/Options.html: Added a reminder for compiling idl files with + -Gd flag if "direct" collocation strategy is to be used on those + interfaces. Thanks to Klemen Zagar <klemen.zagar@ijs.si> for + uncovering the inadquency. + Fri Apr 21 20:04:53 2000 Darrell Brunsch <brunsch@uci.edu> * tests/Explicit_Event_Loop/Explicit_Event_Loop.dsw: (added) @@ -31,7 +38,7 @@ Fri Apr 21 19:41:20 2000 Darrell Brunsch <brunsch@uci.edu> not forward the client until after the server responds to a ping (or times out). This prevents annoying race conditions where a server can notify the ImR but not be ready for requests yet. - Thanks to Steve Totten <totten_s@ociweb.com> and Chanaka + Thanks to Steve Totten <totten_s@ociweb.com> and Chanaka Liyanaarachchi <chanaka@ociweb.com> for providing examples and info on what was happening. diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html index 1a1787f695d..4f845e7e0f1 100644 --- a/TAO/docs/Options.html +++ b/TAO/docs/Options.html @@ -276,7 +276,11 @@ merged with <a href="#-ORBCollocation"><code>-ORBCollocation</code></a>. object implementation that respects POA's current state and policies. When using the <em>direct</em> strategy, method invocations on collocated objects become direct calls to servant - without checking POA's status. Default is thru_poa. + without checking POA's status (which translates to better + performance.) Notice that the interfaces that you wish to use + direct collocation with must be compiled with <code> + <a href="compiler.html#collocation-stubs">-Gd</a> + </code>. Default is thru_poa. </TD> </TR> <TR> |