Ask a Question related to ASP Database, Design and Development.
-
Dave #1
asp code making server go wild
Hi,
on our production server we have about 12 websites. these website are not
accessed by a lot of people, all they are really used for is displaying
client websites before actually placing them on live servers on ISP's, there
are 1-2 internal websites that get a lot of internal traffic daily from
about 50 employees.
however it has come to our attention that the "cpu usage" in task manager
regularly spikes to as much as 80-100%.
the network engineers point out to us that this is probabally caused by the
asp sites consuming too much CPU.
I have heard that the use of session variables id CPU intensive but at most
each site would only make use of a 2-3 session variables at most.
I thought another cause might be holding database connections open too long.
SQL server is on a seperate box.
Certainly the ISP's where these sites are hosted have never complained to
us.
has anybody encountered high CPU usage on their production web servers and
can offer any advice, or point me an articles on this particular issue.
one of our network enginneers found a client's webserver, who host their own
website that has possibly only 1000 hits a day, consuming approximatly
80-90% of CPU constantly, leaving them assuming that ASP is crap and not
scalable.
how can I prove them wrong. VB script is used on all our asp sites.
cheers
martin.
Dave Guest
-
Making our server Coldfusion capable...
I am a developer who is getting into Coldfusion and MySQL. My partner owns a server and we had planned to work together, his hosting services and... -
3d axis(xyz) runs wild
Hello there. I have a behaviour from a 3d example that i found on the net(fleshwave.dir) that makes the camera fly arround a room.When i use it in a... -
Line spacing goes wild
Yes, it goes wild unless you use points as units. Macromedia fixed a conversion bug and replaced it with this one. Things change but not the number... -
tar gone wild under perl
I am having a problem with tar suddenly taking 100% of the cpu and never completing using: FreeBSD 4.8-RELEASE (NEWKERNEL) #1: Fri Aug 8... -
Template problem: "making this change would require changing code that is locked..." error.
Hi all, I have read past postings, checked syntax and code (to the best of my somewhat humble abilities) and tried all sorts of solutions short of... -
martin #2
Re: asp code making server go wild
Thanks again Aaron.
"Aaron Bertrand [MVP]" <aaron@TRASHaspfaq.com> wrote in message
news:OKZCfvUSDHA.2280@TK2MSFTNGP12.phx.gbl...to> Session variable take memory, not CPU...
>
> [url]http://www.aspfaq.com/2227[/url]
> [url]http://www.aspfaq.com/2180[/url]
> [url]http://www.aspfaq.com/2424[/url]
>
> --
> Aaron Bertrand, SQL Server MVP
> [url]http://www.aspfaq.com/[/url]
>
> Please reply in the newsgroups, but if you absolutely
> must reply via e-mail, please take out the TRASH.
>
>
>
>
> "Dave" <davidb1234@hotmail.com> wrote in message
> news:#xX61HRSDHA.860@TK2MSFTNGP10.phx.gbl...> not> > Hi,
> >
> > on our production server we have about 12 websites. these website are> there> > accessed by a lot of people, all they are really used for is displaying
> > client websites before actually placing them on live servers on ISP's,> manager> > are 1-2 internal websites that get a lot of internal traffic daily from
> > about 50 employees.
> > however it has come to our attention that the "cpu usage" in task> the> > regularly spikes to as much as 80-100%.
> > the network engineers point out to us that this is probabally caused by> most> > asp sites consuming too much CPU.
> > I have heard that the use of session variables id CPU intensive but at> long.> > each site would only make use of a 2-3 session variables at most.
> > I thought another cause might be holding database connections open too> > SQL server is on a seperate box.
> > Certainly the ISP's where these sites are hosted have never complainedand> > us.
> > has anybody encountered high CPU usage on their production web servers> own> > can offer any advice, or point me an articles on this particular issue.
> >
> > one of our network enginneers found a client's webserver, who host their>> > website that has possibly only 1000 hits a day, consuming approximatly
> > 80-90% of CPU constantly, leaving them assuming that ASP is crap and not
> > scalable.
> >
> > how can I prove them wrong. VB script is used on all our asp sites.
> >
> > cheers
> >
> > martin.
> >
> >
> >
> >
>
martin Guest



Reply With Quote

