summaryrefslogtreecommitdiff
path: root/sapi/isapi/stresstest/stresstest.cpp
diff options
context:
space:
mode:
authorShane Caraveo <shane@php.net>2001-01-08 00:10:06 +0000
committerShane Caraveo <shane@php.net>2001-01-08 00:10:06 +0000
commit0a1d3aa1087b9760c7f7cc5fdaedfcaf9fd03582 (patch)
tree22e8e50cc80b4c5731ab9cc0e8882cda867cf221 /sapi/isapi/stresstest/stresstest.cpp
parenta1c3f92ac7bc67a2be327d0c0e0d096e8022ea8e (diff)
downloadphp-git-0a1d3aa1087b9760c7f7cc5fdaedfcaf9fd03582.tar.gz
add notes on this program
Diffstat (limited to 'sapi/isapi/stresstest/stresstest.cpp')
-rw-r--r--sapi/isapi/stresstest/stresstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/isapi/stresstest/stresstest.cpp b/sapi/isapi/stresstest/stresstest.cpp
index dad651e62e..b9da772420 100644
--- a/sapi/isapi/stresstest/stresstest.cpp
+++ b/sapi/isapi/stresstest/stresstest.cpp
@@ -57,7 +57,7 @@ char * MakeDateStr(VOID);
char * GetEnv(char *);
-#define NUM_THREADS 1
+#define NUM_THREADS 10
#define ITERATIONS 1
HANDLE terminate[NUM_THREADS];
HANDLE StartNow;