s local files or
network resources).
Scott
- Original Message -
From: "siddharth aggarwal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 23, 2001 11:57 PM
Subject: Re: Re: Re: performance of apache SOAP
But just out of curiosity I'd like to kno
But just out of curiosity I'd like to know what would happen if I set the backlog to a
much larger value .. say 5000.
this to a low number.
Scott
- Original Message -
From: "siddharth aggarwal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 12:14 AM
Subject: Re: Re: performance of apache SOAP
Hi,
Thanks a lot Scott, for your effort. I'm sure it w
Hi,
Thanks a lot Scott, for your effort. I'm sure it will solve my problem.
I have a small doubt about the backlog parameter that you have mentioned in the
excerpt from server.xml that you have given from your mail
In my file it looks something like
I've run your tests with small modifications (see attached). As suggested by Kevin
Lynn, the results you are seeing are almost certainly related to the use of NT
Workstation. By adding the backlog parameter to Tomcat's servlet.xml, I was able to
successfully handle 500 client threads on NT 4
Hi,
The files are client.java and server.java
client.java has some redundant code
anyway run as >java client 10 10
those 10 and 10 donot have any significance for benchmarking .. just adding two
integers.
client.java
---
package sum;
import java.net.URL;
import java.util.Vector;
im
Hi,
I have attached the files client.java and sumserver.java which are the client and
server programs respectively.
I ran the two on the same machine. Presently I have set the no of threads spawned in
the client program to 500.
I tried also for 20 and 50 threads.
My benchmarking results were:
Which version of NT 4.0 are you using? NT 4.0 Workstation contains a
throttleing "feature" that limits socket connections. This is to encourage
you to get NT Server.
I have not run exactly the same test as you, but I have not experienced the
sort of problems you report. If you would post the code for your test
client and service, I would be willing to try it with my configuration. If
I do not have the same problems, then perhaps we can narrow down the
partic