473,395 Members | 1,938 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,395 software developers and data experts.

ASPNET / IIS response time

Hello there!

I'm running IIS 5.0 on a Win2K Advanced Server system which will offer
access to some advanced calculators through a web service interface
(there's no web site on the system, just C# web services).

In order to profile the connection time I've written a simple program
which opens a socket with the server, sends an HTTP message containing
a SOAP request (for a method which multiplies its two double
arguments) and fetches the result.

Interestingly enough I've noticed that the server seems to be
responding to the first call much faster than to the following ones.
Example output:

<pre>
Result = 12.000000 - Received in 0.022101 secs.
Result = 12.000000 - Received in 0.203185 secs.
Result = 12.000000 - Received in 0.201810 secs.
Result = 12.000000 - Received in 0.199868 secs.
Result = 12.000000 - Received in 0.205943 secs.
Result = 12.000000 - Received in 0.210548 secs.
Result = 12.000000 - Received in 0.209605 secs.
Result = 12.000000 - Received in 0.209832 secs.
Result = 12.000000 - Received in 0.210073 secs.
Result = 12.000000 - Received in 0.201541 secs.

Avg. response time: 0.187451 out of 10 sims.
</pre>

(the client is running on a Unix system; time is measured by
gettimeofday)

The behaviour persists no matter whether connections are kept alive or
closed everytime and no matter whether sockets are preserved ore
uniquely assigned to following requests.

Any suggestions? Any useful reading concerning web sevice performance
optimization?

Cheers

-- Marco --
Nov 18 '05 #1
0 988

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

Similar topics

22
by: Zeng | last post by:
Hi, I'm running ClrProfiler for the first time to profile my web app, and it keeps getting stuck at this msg box: "Waiting for Asp.net to start common language runtime - this is the time to load...
2
by: Phil Townsend | last post by:
I have been attempting to persuade our systems admin staff to allow us to use integrated security by adding the aspnet user to SQL Server. Currently we are forced to use a connection string that...
4
by: Salvador | last post by:
Hi, Maybe is a simple question but I found difficult to find the answer. Context: I am creating a site where designers ONLY touch the ASPX page and I.S. touch the code behind. Task: I...
3
by: Franck_c | last post by:
hello I'm experiencing a long delay response with my aspnet application. Usually the response time is 100ms. But if there no request During 5 min the next request take above 4000 ms (4 seconds)....
0
by: Evgeny | last post by:
I'm trying to do server caching for some pages of a website I developed. All the pages include the same user control to which they pass a parameter. In this user control I have the following 4...
6
by: Andrew Chalk | last post by:
My application attempts to connect to an SQL Server database as name ASPNET and Login Name SERVERNAME/ASPNET in response to these commands: SqlConnection myConnection = new SqlConnection("Data...
7
by: torus | last post by:
Is the aspnet account called "aspnet" for all non-English versions of Windows and IIS?
7
by: David C | last post by:
Our windows 2003 server has a user named ASPNET and it is referenced in the security logins on our SQL Server 2005 box (different server). is this something .Net framework creates or did our...
5
by: Rory Becker | last post by:
Hi All I have a database which has it's own set of tables for users etc I already successfully use the Login control by handling the Authenticate event and checking the suitable values against...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.