summaryrefslogtreecommitdiff
path: root/ACE/examples/IOStream/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IOStream/README')
-rw-r--r--ACE/examples/IOStream/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/ACE/examples/IOStream/README b/ACE/examples/IOStream/README
new file mode 100644
index 00000000000..80ce2e68b94
--- /dev/null
+++ b/ACE/examples/IOStream/README
@@ -0,0 +1,24 @@
+$Id$
+
+This example illustrates the use of the ACE_IOStream and
+ACE_Streambuf_T templates to create an object based on ACE_*_Stream
+classes. These classes provide C++ iostream functionality across a
+socket.
+
+To run the tests simply build the executables in the client and server
+directories and then do the following in separate windows:
+
+# Window 1
+% server/iostream_server
+(10049) starting up daemon
+
+# Window 2
+% client/iostream_client
+(10049) starting handler 456d0
+(10049) Client sent:
+ (1) (2.3)
+(10051) Server sent:
+ (1) (2.3)
+(10049) connection closed
+(10049) shutting down handler 456d0
+(10049) shutting down server daemon