summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-07-15 13:03:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-07-15 13:03:00 +0000
commit05c2ae3dd9780e4b22f6938bd65df7655b0ec5ae (patch)
tree6a496b9c23063b639390e57701dd5b21c0545447 /FAQ
parent9e578b084ecd40cd450e7b4626b2ffc32d5f72d5 (diff)
downloadATCD-05c2ae3dd9780e4b22f6938bd65df7655b0ec5ae.tar.gz
ChangeLogTag:Sun Jul 14 20:14:16 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ8
1 files changed, 4 insertions, 4 deletions
diff --git a/FAQ b/FAQ
index 0fdfc67fb25..c184fbde84c 100644
--- a/FAQ
+++ b/FAQ
@@ -1328,7 +1328,7 @@ UNIX system calls directly (regardless of whether you use ACE or not).
to maintain software. Sockets and TLI are *incredibly*
error-prone and tedious to use, in addition to being
non-portable. I've got a paper that discusses this in detail
- at URL http://www.cs.wustl.edu/~schmidt/COOTS-95.ps.gz.
+ at URL http://www.cs.wustl.edu/~schmidt/PDF/COOTS-95.pdf
3. Incorporation with higher-level patterns and programming methods --
@@ -1584,7 +1584,7 @@ plus many more.
You can find out more info about the ACE/CORBA integration and the
performance issues associated with it in the following paper:
-http://www.cs.wustl.edu/~schmidt/COOTS-96.ps.gz
+http://www.cs.wustl.edu/~schmidt/PDF/COOTS-96.pdf
----------------------------------------
@@ -1639,10 +1639,10 @@ design:
1. $ACE_ROOT/apps/Gateway/Gateway/Channel.cpp --
This Gateway application example shows the C++ code.
- 2. http://www.cs.wustl.edu/~schmidt/TAPOS-95.ps.gz --
+ 2. http://www.cs.wustl.edu/~schmidt/PDF/TAPOS-00.pdf --
This paper describes the underlying patterns.
- 3. http://www.cs.wustl.edu/~schmidt/OONP-tutorial4.ps.gz
+ 3. http://www.cs.wustl.edu/~schmidt/PDF/OONP-tutorial4.pdf
-- This tutorial explains the source code and
the patterns.