473,657 Members | 2,523 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2063
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******** *********@tk2ms ftngp13.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
3597
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 trying to investigate what size implementations can be placed onto Windows 2000 / Windows 2003 as opposed to UNIX but cannot find much data. Any information would be much appreciated. Cheers.
0
285
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 sure that no more than 2 services execute on a single processor? Would it be any easier if I were to deploy these on a 4 Processor system. (number of processors = number of services). These Services read files in a direcrory and loop thru files...
3
2347
by: Steven Fox | last post by:
============================================================ About DB2 Administration Tools Environment ============================================================ DB2 administration tools level: Product identifier SQL08015 Level identifier 02060106 Level DB2 v8.1.5.449 Build level s040212 PTF WR21334...
6
5964
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
2422
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 folderBrowserDlg; OpenFileDialog openFileDlg;
4
1345
by: Bob Altman | last post by:
Hi, Is there a way to detect when my program is running on a multiprocessor host computer?
0
1119
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 test1 but test2 will run freely. After some time, test1 will be resumed by the monitor. and then after some time, monitor will suspend test2 and test1 will then run freely. I have been able to implement it on single processor system. But, it is not ...
0
1896
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 values. What should i do to get correct CPU usage using this API on multiprocessor system. Thanks, Viju
8
1845
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+ from datetime import * from time import * from visa import *
0
8403
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8737
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8610
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7345
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6174
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5636
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2735
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1967
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.