summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-27 00:13:49 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-27 00:13:49 +0000
commitc8e91004c405d9c4134a5c42124477a1a80e02cf (patch)
tree12d5a4c675b0539fa3dd4f834c8d985bd1b17029 /apps/JAWS/clients
parent38389ce17717171cb867dd9d0a7065c9af527221 (diff)
downloadATCD-c8e91004c405d9c4134a5c42124477a1a80e02cf.tar.gz
Used ACE_High_Res_Timer
Diffstat (limited to 'apps/JAWS/clients')
-rw-r--r--apps/JAWS/clients/config20
-rw-r--r--apps/JAWS/clients/global.h5
2 files changed, 9 insertions, 16 deletions
diff --git a/apps/JAWS/clients/config b/apps/JAWS/clients/config
index 83710af6fe6..2f695ca7c37 100644
--- a/apps/JAWS/clients/config
+++ b/apps/JAWS/clients/config
@@ -1,16 +1,6 @@
-01.0 1 01 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-02.0 1 02 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-03.0 1 03 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-04.0 1 04 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-05.0 1 05 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-06.0 1 06 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-07.0 1 07 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-08.0 1 08 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-09.0 1 09 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-10.0 1 10 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-11.0 1 11 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-12.0 1 12 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-13.0 1 13 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-14.0 1 14 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
-15.0 1 15 http://samba-lane:5432/testdata/bigfile.txt 1 url2 0 url3 0 1 65536
+1.0 50 10 http://mambo:5432/~sumedh/testdata/smallfile.txt 1 a 0 b 0 1 65536
+2.0 50 20 http://mambo:5432/~sumedh/testdata/smallfile.txt 1 a 0 b 0 1 65536
+3.0 50 30 http://mambo:5432/~sumedh/testdata/smallfile.txt 1 a 0 b 0 1 65536
+4.0 50 40 http://mambo:5432/~sumedh/testdata/smallfile.txt 1 a 0 b 0 1 65536
+5.0 50 50 http://mambo:5432/~sumedh/testdata/smallfile.txt 1 a 0 b 0 1 65536
diff --git a/apps/JAWS/clients/global.h b/apps/JAWS/clients/global.h
index bde46b6ba36..bdf430537d1 100644
--- a/apps/JAWS/clients/global.h
+++ b/apps/JAWS/clients/global.h
@@ -8,13 +8,16 @@
#include <fcntl.h>
#include <signal.h>
+#include <ace/ACE.h>
#include <ace/OS.h>
+#include <ace/SOCK_Acceptor.h>
#include <ace/SOCK_Connector.h>
+#include <ace/Pipe.h>
#include <ace/SOCK_Stream.h>
#include <ace/INET_Addr.h>
#include <ace/Profile_Timer.h>
#include <ace/Thread.h>
-#include <ace/Thread_Manager.h >
+#include <ace/Thread_Manager.h>
#include <ace/Service_Config.h>
#include <math.h>