This directory contains a test of the ACE_Proactor.

. test_proactor.cpp --

The ACE_Proactor encapsulates Win32 overlapped I/O.  This test uses
the Proactor as the main event loop (not the Reactor or ReactorEx).
Thus, this application can only do overlapped I/O and timers
asynchronously.  To be able to react to other Win32 events, see the
ACE_ReactorEx.

To run the test, start up two instances of test_proactor.  The first
should take no arguments; the second should be started as follows %
test_proactor -h <host>, where <host> is the hostname of the first
instance.  Each application opens test_proactor.cpp and sends the file
to the other.  Thus, each application is proactively reading from a
file, writing to a socket, and reading from a socket.  test_proactor
also registers a timer to test the Proacter's timer mechanism.

