asp code making server go wild

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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...
    > 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...
    > > 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.
    > >
    > >
    > >
    > >
    >
    >

    martin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139