3 This example illustrates the use of the ACE_IOStream and
4 ACE_Streambuf_T templates to create an object based on ACE_*_Stream
5 classes. These classes provide C++ iostream functionality across a
8 To run the tests simply build the executables in the client and server
9 directories and then do the following in separate windows:
12 % server/iostream_server
13 (10049) starting up daemon
16 % client/iostream_client
17 (10049) starting handler 456d0
22 (10049) connection closed
23 (10049) shutting down handler 456d0
24 (10049) shutting down server daemon