Re: aspnet_WP.exe cpu high
- From: "Laurent Bugnion [MVP]" <galasoft-lb@xxxxxxxxxx>
- Date: Mon, 05 Feb 2007 07:35:48 +0100
Hi,
sham wrote:
Hi to all,
I have a web service that is on the same machine as the client apps that are calling it. I have taken out all my code and each client app makes a call to the web service and gets back the string "hello". Each client app makes a request to the web service every 10 seconds.
I have found that the cpu usage for aspnet_wp.exe peaks to 60%. Is this normal? I also have IIS 5.1.
I am using .net framework 1.1
Sham.
I would say that occasional peaks to 60% are not unusual, but a consistent, constant value of 60% sounds pretty high to me. How many clients do you have? Are you sure that your service does nothing else?
Also, note that all web applications run in the same process ASPNET.EXE (but in different AppDomains). So if you have other .NET web applications active in the same IIS, they will also increase the CPU time for this process.
Greetings,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
.
- Prev by Date: Re: Web Services Network Infrastructure
- Next by Date: Re: Capture envelope data of web services
- Previous by thread: Re: Web Services Network Infrastructure
- Next by thread: Consuming External Web Service
- Index(es):
Relevant Pages
|