473,398 Members | 2,125 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,398 software developers and data experts.

ASP.net, Windows 2000, and SMP/Multiprocessor

Hi,

We are running a website on a Windows 2000 Advanced Server machine with 4
CPUs and Hyperthreading enabled (i.e., 8 virtual processors). The web
server is IIS5.

Our application uses ASP.net, and we originally were testing the application
on a test system with a single CPU and no hyperthreading.

When we moved the application to the production machine (the one with 4
CPUs), we noticed a strange (to me) thing.

Our application is such that we kind of expected processing a request would
not be quick (the processing for a single request is somewhat long-running),
but when we tested on the SMP server, we noted that when a request was sent
to the web server, we'd see CPU Usage on 1 processor go up (to about 100%),
then after awhile, CPU Usage on the next processor would go up and CPU usage
on the 1st processor would drop to almost 0%. Then after awhile, CPU Usage
on the next (3rd) processor would go up, and CPU Usage on the 2nd processor
would drop to almost 0%, etc. This was all during the processing for a
single request to the web server.

I've been doing some searching, trying to figure out what's going on, and I
ran across the following post from 3/4/2004:

http://groups.google.com/groups?q=g:...TNGP10.phx.gbl

The above post seems to be indicating a problem where ASP.net would "queue"
up processing, but it seems like it's mostly talking about a situation where
multiple (i.e., 2) requests come into the web server, and processing of the
2nd request would, under some circumstances, get held up because of this
problem.

We haven't tried the workarounds mentioned in the above post yet (don't have
access to the production system), but I'm wondering if anyone here had
experience with this problem, and if this problem might also manifest itself
to look something like what we're seeing?

Thanks in advance!!

Jim
Nov 18 '05 #1
1 2055
I have experienced the same situation on a quad Xeon with HT running Win
2003. There is nothing wrong with that ... it's simply how the threading
was implemented in IIS.
"Ohaya" <Ohaya@NO_SPAM.cox.net> wrote in message
news:%2*****************@tk2msftngp13.phx.gbl...
Hi,

We are running a website on a Windows 2000 Advanced Server machine with 4
CPUs and Hyperthreading enabled (i.e., 8 virtual processors). The web
server is IIS5.

Our application uses ASP.net, and we originally were testing the application on a test system with a single CPU and no hyperthreading.

When we moved the application to the production machine (the one with 4
CPUs), we noticed a strange (to me) thing.

Our application is such that we kind of expected processing a request would not be quick (the processing for a single request is somewhat long-running), but when we tested on the SMP server, we noted that when a request was sent to the web server, we'd see CPU Usage on 1 processor go up (to about 100%), then after awhile, CPU Usage on the next processor would go up and CPU usage on the 1st processor would drop to almost 0%. Then after awhile, CPU Usage on the next (3rd) processor would go up, and CPU Usage on the 2nd processor would drop to almost 0%, etc. This was all during the processing for a
single request to the web server.

I've been doing some searching, trying to figure out what's going on, and I ran across the following post from 3/4/2004:

http://groups.google.com/groups?q=g:...TNGP10.phx.gbl
The above post seems to be indicating a problem where ASP.net would "queue" up processing, but it seems like it's mostly talking about a situation where multiple (i.e., 2) requests come into the web server, and processing of the 2nd request would, under some circumstances, get held up because of this
problem.

We haven't tried the workarounds mentioned in the above post yet (don't have access to the production system), but I'm wondering if anyone here had
experience with this problem, and if this problem might also manifest itself to look something like what we're seeing?

Thanks in advance!!

Jim

Nov 18 '05 #2

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

Similar topics

3
by: Rob | last post by:
Does anyone know if there are any good comparisons between Windows and Unix performance? Or does anyone have examples of Oracle databases running large numbers (200+) of concurrent users. I am...
0
by: samtan | last post by:
have to develop 4 windows .NET Services which perform similar (but not identical) tasks. These are to be run on a 2 processor Win2k Server. How do I perform processor load balancing? that is make...
3
by: Steven Fox | last post by:
============================================================ About DB2 Administration Tools Environment ============================================================ DB2 administration tools level:...
6
by: Pujo Aji | last post by:
Hello, I'm looking some tutorial or book about programming C# multitreading in multiprocessor. Is anyone has experiance? Sincerely Yours, Pujo Aji
9
by: hhh12347 | last post by:
FolderBrowserDialog crashes on my Windows 2000 computer. Here is a C# test program: using System; using System.Windows.Forms; public class TestForm : Form { FolderBrowserDialog...
4
by: Bob Altman | last post by:
Hi, Is there a way to detect when my program is running on a multiprocessor host computer?
0
by: ghoshdibyajyoti | last post by:
Hi all, I need to build a module, where there is 3 programs running simultaneously. they are test1,test2,monitor. Now I need to implement that at a particular instant monitor will suspend...
0
by: vijayasb | last post by:
Hi, I am using GetProcessTimes() API to calculate CPU usage of a process. In single processor system i get correct result , but in multiprocessor system i will get some abrupt and negative...
8
by: Theo v. Werkhoven | last post by:
hi, In this code I read out an instrument during a user determined period, and save the relative time of the sample (since the start of the test) and the readback value in a csv file. #v+...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.