Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / POA / Explicit_Activation / Alt_Resources / README
blob2099142c6e5959e168c4600a2e2892280b9ee199
3 This module shows how to modify the default TAO Resource Factory to do
4 something user specific.  In this example, the reactor() accessor is
5 modified to provide the ORB with an instance of the ACE_WFMO_Reactor
6 instead of the regular ACE_Select_Reactor.  You could also configure
7 the ACE_XtReactor here, as well.
9 To use this altered resource factory in the Explicit_Activation
10 example, please specify the -ORBsvcconf alternate.conf as a additional
11 parameter to the server at start up.
13 Note: Use of WFMO_Reactor is only for demonstration. In general,
14 WFMO_Reactor will not work for TAO as it cannot handle nested call
15 correctly.  Also, since WFMO_Reactor is limited to Win32, this example
16 is limited to Win32.