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