diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-12-18 08:29:41 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-12-18 08:29:41 -0800 |
commit | a0deeca18e2c62cda2ee4b7b12a12970d270d26c (patch) | |
tree | 3e376a4ebd932661a21bcb973ed63a2b3aeb1089 /cpp/demo/cookbook/compression/README | |
parent | editing vsplugin text files (diff) | |
download | ice-a0deeca18e2c62cda2ee4b7b12a12970d270d26c.tar.bz2 ice-a0deeca18e2c62cda2ee4b7b12a12970d270d26c.tar.xz ice-a0deeca18e2c62cda2ee4b7b12a12970d270d26c.zip |
bug 4510 - remove cookbook demos
Diffstat (limited to 'cpp/demo/cookbook/compression/README')
-rw-r--r-- | cpp/demo/cookbook/compression/README | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cpp/demo/cookbook/compression/README b/cpp/demo/cookbook/compression/README deleted file mode 100644 index 77dd9e4da5d..00000000000 --- a/cpp/demo/cookbook/compression/README +++ /dev/null @@ -1,16 +0,0 @@ -The client and server in this directory can be used to evaluate the -performance of protocol compression for various types of input data. - -To use the programs, start the server: - -$ ./server - -In a separate window, start the client and pass it the name of a -file to send: - -$ ./client datafile - -The article uses The Autobiography of Benjamin Franklin as its input -data. You can download the full text of that book here: - -http://etext.lib.virginia.edu/toc/modeng/public/Fra2Aut.html |