RE: axis performance in multithreading env

2005-01-11 Thread Patrick Martin
-Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: 10 January 2005 21:55 To: [EMAIL PROTECTED] Subject: Re: axis performance in multithreading env This is a problem for me. I use Netbeans and the JFluid supports 1.4, not Jdk1.5. My apps run under 1.5. It would take some effort

Re: axis performance in multithreading env

2005-01-10 Thread Sebastien . Bocq
The benchmark I ran does not require any client or server, and focuses purely on serialization and deserialization without unnecessary overhead (network, server, ...). What I used extensively are the DeserializationContext and SerializationContext classes and applied respectively their parse()

Re: axis performance in multithreading env

2005-01-10 Thread Vy Ho
Using the latest source code (ant build from today's source download) (will be called New code) and the Axis 1.2 RC2 (will be called Old code), I run the test with different parameters. The client side is 1 application with 1 or more threads. Each thread makes a number of requests to the

RE: axis performance in multithreading env

2005-01-10 Thread Patrick Martin
[mailto:[EMAIL PROTECTED] Sent: 10 January 2005 17:39 To: [EMAIL PROTECTED] Subject: Re: axis performance in multithreading env Using the latest source code (ant build from today's source download) (will be called New code) and the Axis 1.2 RC2 (will be called Old code), I run the test

Re: axis performance in multithreading env

2005-01-10 Thread Vy Ho
This is a problem for me. I use Netbeans and the JFluid supports 1.4, not Jdk1.5. My apps run under 1.5. It would take some effort on my part to make these apps run elsewhere. I am currently tied up at a moment, so I have to put this off for now. I am sorry about this. If time permit,

Re: axis performance in multithreading env

2005-01-07 Thread Vy Ho
I tried the nightly build, but I didn't notice any difference. When you said multi-thread, what did you mean by that? Do you have multiple threads workin on the clients using a same Call object? Do you mean multi-thread on the server? I have an Axis client with mutliple threads. Each

Re: axis performance in multithreading env

2005-01-06 Thread Vy Ho
Thanks. I can't wait to get my hand on this. Well, I'll get the nightly build and try it out.

Re: axis performance in multithreading env

2005-01-05 Thread Vy Ho
What's the status of this? This would be really nice if it's incorporated into the next release candidate of Axis. On Mon, 06 Dec 2004 16:40:34 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, While doing performance tests on deserialization, I noticed that Axis scales very poorly when

axis performance in multithreading env

2004-12-06 Thread Sebastien . Bocq
Hi, While doing performance tests on deserialization, I noticed that Axis scales very poorly when increasing the number of threads. Here are the figures: 5 threads, 1000 messages: 15 seconds 10 threads, 1000 messages: 56 seconds 15 threads, 1000 messages: 93 seconds The root of the problem is in

Re: axis performance in multithreading env

2004-12-06 Thread Davanum Srinivas
Could you please open a bug report with a diff -u against latest XMLUtils.java? thanks, dims On Mon, 06 Dec 2004 16:40:34 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, While doing performance tests on deserialization, I noticed that Axis scales very poorly when increasing the