diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-06-02 06:48:10 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-06-02 06:48:10 +0000 |
commit | 1b3d04473cb7dcfed1b227b28cf680b18f802ede (patch) | |
tree | 5323377e97897c51dff02a17fc7df8da0e75327b /TAO/docs | |
parent | 7778e3d551753fd569e133f6f7295a72ce12e901 (diff) | |
download | ATCD-1b3d04473cb7dcfed1b227b28cf680b18f802ede.tar.gz |
Tue Jun 2 06:47:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/Options.html:
When we use ClientConnectionHandler RW we don't use the LF
loop. In case the buffers are full, we use the flushing
strategy for which the default is leader follower, but that
will not work because we don't use the lf loop in this case.
Added a note the ClientConnectionHandler RW needs a
FlusingStrategy of blocking
* tests/Bug_3683_Regression/Echo_Client_i.cpp
* tests/Bug_3683_Regression/Echo_Client_i.h
* tests/Bug_3683_Regression/run_test.pl
* tests/Bug_3683_Regression/Simple_util.cpp
Use a commandline argument -p to indicate the size of the
string in megabytes.
* tests/Bug_3683_Regression/svc.conf
Set the FlushingStrategy to blocking
* tao/Transport.cpp:
Small layout to debug message
* tao/PortableServer/Root_POA.cpp:
* tao/LocateRequest_Invocation_Adapter.cpp
Layout change
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/Options.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html index abf0cae071c..0d29a61bb9e 100644 --- a/TAO/docs/Options.html +++ b/TAO/docs/Options.html @@ -1542,7 +1542,9 @@ require nested upcalls are not "pure" synchronous clients. Also note that this strategy will only affect two way calls, since there is no waiting for one way calls. This strategy can also be used in an application that is both a client and a server if the server side is handled by a -separate thread and the client threads are "pure" clients. </p> <p> +separate thread and the client threads are "pure" clients. When this strategy +is set to RW, then also the -ORBFlushingStrategy (which is part of the +Resource_Factory) has to be set to <code>blocking</code>.</p> <p> <CODE>MT_NOUPCALL</CODE> <b>(EXPERIMENTAL!)</b> means use a client connection handler that participates in the leader-follower model like MT, but, like RW, does not allow handling of nested upcalls within the |