473,320 Members | 1,829 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

ASPNET Performance Problem : Pentium 3 is better than Pentium 4

Hi,

I wanted to test and compare performances of Webservices / Assemblies
and Remoting in dotnet using aspnet clients !

I performed a lot of tests and there are the results : (less is
better)

Desktop Pentium 4 1.7GHz 512MB, Win 2000, IIS 5.5 : 4.5 seconds
Server Pentium 4 2.0GHz 1GB , Win 2003, IIS 6.0 : 3.2 seconds
Laptop Pentium 3 1.0GHz 512MB, Win 2000, IIS 5.5 : 2.8 seconds !!!

Can someone explain me this ???

Each PC was in our domain
IIS config is the same
The same user and profile was used to perform the tests

Any ideas ?
Nov 18 '05 #1
6 1668
maybe Security problem

"arkam" <ar***@caramail.com>
??????:e1**************************@posting.google .com...
Hi,

I wanted to test and compare performances of Webservices / Assemblies
and Remoting in dotnet using aspnet clients !

I performed a lot of tests and there are the results : (less is
better)

Desktop Pentium 4 1.7GHz 512MB, Win 2000, IIS 5.5 : 4.5 seconds
Server Pentium 4 2.0GHz 1GB , Win 2003, IIS 6.0 : 3.2 seconds
Laptop Pentium 3 1.0GHz 512MB, Win 2000, IIS 5.5 : 2.8 seconds !!!

Can someone explain me this ???

Each PC was in our domain
IIS config is the same
The same user and profile was used to perform the tests

Any ideas ?

Nov 18 '05 #2
With remoting and web services the timing results could rely more on
network quality and latency than the processing power of the machine.
Are you on in a spot where you can dedicate the network resources to
testing.

--
Scott
http://www.OdeToCode.com

On 13 Apr 2004 02:17:50 -0700, ar***@caramail.com (arkam) wrote:
Hi,

I wanted to test and compare performances of Webservices / Assemblies
and Remoting in dotnet using aspnet clients !

I performed a lot of tests and there are the results : (less is
better)

Desktop Pentium 4 1.7GHz 512MB, Win 2000, IIS 5.5 : 4.5 seconds
Server Pentium 4 2.0GHz 1GB , Win 2003, IIS 6.0 : 3.2 seconds
Laptop Pentium 3 1.0GHz 512MB, Win 2000, IIS 5.5 : 2.8 seconds !!!

Can someone explain me this ???

Each PC was in our domain
IIS config is the same
The same user and profile was used to perform the tests

Any ideas ?


Nov 18 '05 #3
How could I debug this ?

"coollzh" <co*****@hotmail.com> wrote in message news:<es**************@TK2MSFTNGP09.phx.gbl>...
maybe Security problem

Nov 18 '05 #4
I'm unconvinced of these results. Please explain your test cases, control
cases and testing methodology.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok
"arkam" <ar***@caramail.com> wrote in message
news:e1**************************@posting.google.c om...
Hi,

I wanted to test and compare performances of Webservices / Assemblies
and Remoting in dotnet using aspnet clients !

I performed a lot of tests and there are the results : (less is
better)

Desktop Pentium 4 1.7GHz 512MB, Win 2000, IIS 5.5 : 4.5 seconds
Server Pentium 4 2.0GHz 1GB , Win 2003, IIS 6.0 : 3.2 seconds
Laptop Pentium 3 1.0GHz 512MB, Win 2000, IIS 5.5 : 2.8 seconds !!!

Can someone explain me this ???

Each PC was in our domain
IIS config is the same
The same user and profile was used to perform the tests

Any ideas ?

Nov 18 '05 #5
I know this. Therefor the webservice and the remoting server are both
installed on the test pc (localhost). I do not access the network !

Scott Allen <bitmask@[nospam].fred.net> wrote in message news:<ns********************************@4ax.com>. ..
With remoting and web services the timing results could rely more on
network quality and latency than the processing power of the machine.
Are you on in a spot where you can dedicate the network resources to
testing.

--
Scott
http://www.OdeToCode.com

Nov 18 '05 #6
I am very surprised too !!!

I used the testcases and methodology of :
http://www.ingorammer.com/Articles/R...ETWEBSERV.html

But I tested with my own program.

I can see some possibilities :
- IIS / ASPNET configuration (but I could not find any difference)
- Different Service Pack / patch level (which makes my Desktop/Server slower)
- Security / Authentication

But I do not know how to narrow down the source of the problem !

Arkam

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message news:<ur**************@TK2MSFTNGP11.phx.gbl>...
I'm unconvinced of these results. Please explain your test cases, control
cases and testing methodology.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok

Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

25
by: Brian Patterson | last post by:
I have noticed in the book of words that hasattr works by calling getattr and raising an exception if no such attribute exists. If I need the value in any case, am I better off using getattr...
3
by: Amit Dedhia | last post by:
Hi I am developing a Dot net application (involving image processing) on a uni processor. It works well on my machine. I then take all my code on a multi processor, build and run the application...
11
by: Michael Bader | last post by:
Hi, I'm currently working on a matrix multiplication code (matrix times matrix), and have come along some interesting/confusing results concerning the running time of the (apparently) same...
15
by: alex4groups | last post by:
Hi, I've been creating a db application using MS Access and MSDE. Only two of us are using the application, and the server and the app both run great on my laptop (1.6 GHz Pentium M, 2GB RAM,...
16
by: David W. Fenton | last post by:
http://www.granite.ab.ca/access/performancefaq.htm I hope Tony doesn't mind my opening a discussion of some issues on his performance FAQ page here in the newsgroup. This is not meant as...
115
by: Mark Shelor | last post by:
I've encountered a troublesome inconsistency in the C-language Perl extension I've written for CPAN (Digest::SHA). The problem involves the use of a static array within a performance-critical...
6
by: arkam | last post by:
Hi, I wanted to test and compare performances of Webservices / Assemblies and Remoting in dotnet using aspnet clients ! I performed a lot of tests and there are the results : (less is better)...
36
by: mrby | last post by:
Hi, Does anyone know of any link which describes the (relative) performance of all kinds of C operations? e.g: how fast is "add" comparing with "multiplication" on a typical machine. Thanks!...
5
by: nafej | last post by:
I was running some performance tests for the web application I work on, both on my desktop and laptop. I found that javascript processes MUCH slower on my desktop, even though it's a more powerful...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.