ASP / SQL 2000 performance problems

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

  1. #1

    Default ASP / SQL 2000 performance problems

    I am working with a CMS system that runs on a SQL 2000 db.
    The server the website sits on is the the DMZ and the SQL
    server resides in the internal network. Things have
    progessed fine up until this point. We have started to
    stress test the DMZ box for Internet use before we go
    live, and have noticed performace degredation after 10
    concurrent users. (Both the DMZ and SQL boxes are new
    Compaq DL380's. The DMZ box has 1 2.8GHZ Xeon 2GB RAM, the
    SQL box has 2 2.8GHZ Xeon's 4GB RAM.) When the pages are
    hit they are dynamically generated from ASP and ADO calls
    to the SQL DB. With multiple users (5+) the processor on
    the internet box jumps to around 100%, and the reponse
    time for page requests falls to 8-9 sec. Nothing else is
    on the servers but the OS and the needed software per
    manchine.
    The firewall bewteen the boxes does not show any dropped
    or blocked packets, I even turned the firewall to
    allow "any" port traffic between the two boxes, and still
    get the same response.
    The CMS support believes this to be a connection issue
    between the boxes. After all that... Has anyone come
    across anything remotely familiar to this? I have worked
    with this for awhile and need some fresh ideas. Let me
    know if you need any further information.

    Thanks
    Craig McBeath Guest

  2. Similar Questions and Discussions

    1. Performance Enhancing in SQL 2000 Opinion
      Hey guys, I was told specifying dbo.tablename for each field in a query could enhance performance. Even though I assume this would have more impact...
    2. Performance problems (!!!) in Photoshop CS
      I'm reposting a message I wrote last week in response to a problem very much similar to mine regarding Photoshop CS performance problems. My post was...
    3. Performance Problems
      Hi, I'm a DB2 new user, and I'm very concerned about SQL performance using DB2 UDB. I tried Visual Explain Tool, but I didn't find a good...
    4. DB2 performance problems
      Hi, *! I'm currently porting a perl application from MySQL to IBM DB2, V8.1. After adjusting my SQL-Statements from the MySQL-"dialect" to the...
    5. XP poor performance on 2000 domain
      I have a couple of XP Pro machines on a 2000 domain and they exhibit various behaviors, described below, culminating in slow performance. Login...
  3. #2

    Default ASP / SQL 2000 performance problems

    Sorry, I used the wrong address.
    >-----Original Message-----
    >I am working with a CMS system that runs on a SQL 2000
    db.
    >The server the website sits on is the the DMZ and the SQL
    >server resides in the internal network. Things have
    >progessed fine up until this point. We have started to
    >stress test the DMZ box for Internet use before we go
    >live, and have noticed performace degredation after 10
    >concurrent users. (Both the DMZ and SQL boxes are new
    >Compaq DL380's. The DMZ box has 1 2.8GHZ Xeon 2GB RAM,
    the
    >SQL box has 2 2.8GHZ Xeon's 4GB RAM.) When the pages are
    >hit they are dynamically generated from ASP and ADO calls
    >to the SQL DB. With multiple users (5+) the processor on
    >the internet box jumps to around 100%, and the reponse
    >time for page requests falls to 8-9 sec. Nothing else is
    >on the servers but the OS and the needed software per
    >manchine.
    >The firewall bewteen the boxes does not show any dropped
    >or blocked packets, I even turned the firewall to
    >allow "any" port traffic between the two boxes, and still
    >get the same response.
    >The CMS support believes this to be a connection issue
    >between the boxes. After all that... Has anyone come
    >across anything remotely familiar to this? I have worked
    >with this for awhile and need some fresh ideas. Let me
    >know if you need any further information.
    >
    >Thanks
    >.
    >
    Craig McBeath Guest

  4. #3

    Default ASP / SQL 2000 performance problems

    I would think the best way to elimnate the firewall issue
    is to temporarily cable the Web Server directly to the
    same network as the SQL server and run your tests again.

    If the results are the same, then the firewall is not the
    issue.

    HTH,
    John


    >-----Original Message-----
    >I am working with a CMS system that runs on a SQL 2000
    db.
    >The server the website sits on is the the DMZ and the SQL
    >server resides in the internal network. Things have
    >progessed fine up until this point. We have started to
    >stress test the DMZ box for Internet use before we go
    >live, and have noticed performace degredation after 10
    >concurrent users. (Both the DMZ and SQL boxes are new
    >Compaq DL380's. The DMZ box has 1 2.8GHZ Xeon 2GB RAM,
    the
    >SQL box has 2 2.8GHZ Xeon's 4GB RAM.) When the pages are
    >hit they are dynamically generated from ASP and ADO calls
    >to the SQL DB. With multiple users (5+) the processor on
    >the internet box jumps to around 100%, and the reponse
    >time for page requests falls to 8-9 sec. Nothing else is
    >on the servers but the OS and the needed software per
    >manchine.
    >The firewall bewteen the boxes does not show any dropped
    >or blocked packets, I even turned the firewall to
    >allow "any" port traffic between the two boxes, and still
    >get the same response.
    >The CMS support believes this to be a connection issue
    >between the boxes. After all that... Has anyone come
    >across anything remotely familiar to this? I have worked
    >with this for awhile and need some fresh ideas. Let me
    >know if you need any further information.
    >
    >Thanks
    >.
    >
    John Beschler 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