Forum Discussion
klukwiesau
16 years agoOccasional Contributor
I tried to run the test with 20 threads. But the requests were still not sent in parallel.
I tried it on different operating systems: WinXp 32bit (Pentium D), Win7 64bit (Pentium DualCore), Ubuntu Linux 32Bit (Athlon 64 SingleCore).... each with JRE 1.6.0.11/18/xx
-> the same result on each OS.
The soap monitor shows that no more than 4 requests werde made each second. (beacause each request takes round about 250ms -> 4x250ms = 1s
)
I'm unable to test my web service as i want
Are there any ways to configure the OS or JVM to get parallel threads working?
I tried it on different operating systems: WinXp 32bit (Pentium D), Win7 64bit (Pentium DualCore), Ubuntu Linux 32Bit (Athlon 64 SingleCore).... each with JRE 1.6.0.11/18/xx
-> the same result on each OS.
The soap monitor shows that no more than 4 requests werde made each second. (beacause each request takes round about 250ms -> 4x250ms = 1s

I'm unable to test my web service as i want

Are there any ways to configure the OS or JVM to get parallel threads working?