Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / apps / JAWS / README
blob9745593458783e2ac5a721dd667375e7877bc1a5
1 This directory contains the source code and test examples for JAWS,
2 which is a high-performance HTTP Web server written with ACE.
3 more information on JAWS, please see
5 The subdirectories in this directory contain the following components
7 . clients -- This contains the source code for various
8   client applications that exercise the file uploading and
9   downloading features of JAWS
11 . server -- This contains the source code for the JAWS
12   HTTP Web server.  It illustrates a number of sophisticated
13   ACE concurrency and event demultiplexing strategies.