Hello,
When we have around 40 users, the aspnet_wp jumps to 100% CPU and
all screens lag for 30 seconds or more (all on LAN). How do I tell if
this is due to settings in IIS or machine.config, or if it is due to
bad code? These are all the same page being brought up, with different
information from SQL (customer name, phone, address). This is for a
call centre environment.
I have tried fiddling with IIS and machine.config settings, but
nothing I try seems to help. 40 users on a local web server with basic
customer information pages should not do this.
HP DL380 3.4GHz single processor (same issues on 2.4GHz dual
processor)
4 GB RAM
Win2000 Server
MS SQL2000
IIS 5.0?
ASP.NET 7.1?
Thanks,
Kris Kauth
You can try changing session management. If currently you have InProc
sessions, change to OutProc and see if it helps.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"KrisKaBob" <kriska
@gmail.com> wrote in message
news:1181182106.972425.76060@i13g2000prf.googlegroups.com...
> Hello,
> When we have around 40 users, the aspnet_wp jumps to 100% CPU and
> all screens lag for 30 seconds or more (all on LAN). How do I tell if
> this is due to settings in IIS or machine.config, or if it is due to
> bad code? These are all the same page being brought up, with different
> information from SQL (customer name, phone, address). This is for a
> call centre environment.
> I have tried fiddling with IIS and machine.config settings, but
> nothing I try seems to help. 40 users on a local web server with basic
> customer information pages should not do this.
> HP DL380 3.4GHz single processor (same issues on 2.4GHz dual
> processor)
> 4 GB RAM
> Win2000 Server
> MS SQL2000
> IIS 5.0?
> ASP.NET 7.1?
> Thanks,
> Kris Kauth
Hello KrisKaBob,
Just use Perfomance counter and profiling tools to understand what happens
and find out the spoiled code place
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
K> Hello,
K>
K> When we have around 40 users, the aspnet_wp jumps to 100% CPU
K> and all screens lag for 30 seconds or more (all on LAN). How do I
K> tell if this is due to settings in IIS or machine.config, or if it is
K> due to bad code? These are all the same page being brought up, with
K> different information from SQL (customer name, phone, address). This
K> is for a call centre environment.
K>
K> I have tried fiddling with IIS and machine.config settings, but
K> nothing I try seems to help. 40 users on a local web server with
K> basic customer information pages should not do this.
K>
K> HP DL380 3.4GHz single processor (same issues on 2.4GHz dual
K> processor)
K> 4 GB RAM
K> Win2000 Server
K> MS SQL2000
K> IIS 5.0?
K> ASP.NET 7.1?
K> Thanks,
K> Kris Kauth