Re: Re: Re: performance of apache SOAP

2001-09-24 Thread Scott Nichol
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

Re: Re: Re: performance of apache SOAP

2001-09-23 Thread siddharth aggarwal
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.

Re: Re: performance of apache SOAP

2001-09-21 Thread Scott Nichol
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

Re: Re: performance of apache SOAP

2001-09-20 Thread siddharth aggarwal
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

Re: performance of apache SOAP

2001-09-20 Thread Scott Nichol
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

Re: Re: performance of apache SOAP

2001-09-19 Thread siddharth aggarwal
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

Re: Re: performance of apache SOAP

2001-09-19 Thread siddharth aggarwal
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:

Re: performance of apache SOAP

2001-09-19 Thread kjlynn
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.

Re: performance of apache SOAP

2001-09-19 Thread Scott Nichol
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