diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-02-21 23:29:09 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-02-21 23:29:09 +0000 |
commit | c1de9ba07235ba31510497267d9a321374e573dd (patch) | |
tree | 92971c4f285d7f72e68a9b39deae42e01d85e363 /cpp/demo/Ice/async | |
parent | more minor edits (diff) | |
download | ice-c1de9ba07235ba31510497267d9a321374e573dd.tar.bz2 ice-c1de9ba07235ba31510497267d9a321374e573dd.tar.xz ice-c1de9ba07235ba31510497267d9a321374e573dd.zip |
minor edits
Diffstat (limited to 'cpp/demo/Ice/async')
-rw-r--r-- | cpp/demo/Ice/async/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/demo/Ice/async/README b/cpp/demo/Ice/async/README index 451c4e5abcd..8227e08baf9 100644 --- a/cpp/demo/Ice/async/README +++ b/cpp/demo/Ice/async/README @@ -13,6 +13,5 @@ The demo invocation can either have a short response time or require a significant amount of time to complete. For the long running request the client uses AMI and the server uses AMD plus a worker thread to process the request. While a long request is processing, short -requests are still able to processed and more long requests can be +requests are still able to be processed and more long requests can be queued for processing by the worker thread. - |