diff options
| author | Shane Caraveo <shane@php.net> | 2001-01-08 00:10:06 +0000 |
|---|---|---|
| committer | Shane Caraveo <shane@php.net> | 2001-01-08 00:10:06 +0000 |
| commit | 0a1d3aa1087b9760c7f7cc5fdaedfcaf9fd03582 (patch) | |
| tree | 22e8e50cc80b4c5731ab9cc0e8882cda867cf221 /sapi/isapi/stresstest/stresstest.cpp | |
| parent | a1c3f92ac7bc67a2be327d0c0e0d096e8022ea8e (diff) | |
| download | php-git-0a1d3aa1087b9760c7f7cc5fdaedfcaf9fd03582.tar.gz | |
add notes on this program
Diffstat (limited to 'sapi/isapi/stresstest/stresstest.cpp')
| -rw-r--r-- | sapi/isapi/stresstest/stresstest.cpp | 2 |
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; |
