unclosed connections problem

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

  1. #1

    Default unclosed connections problem

    We have just migrated from a windows 2000 server running classic
    asp/sql server web sites without the .net framework installed to
    windows 2003. Despite having the same traffic levels sql server on the
    new machine seems to be using up much more RAM than before. I suspect
    that their may be unclosed database connections in the asp code and
    that the reason is that windows 2003 is not shutting down unused
    connections as quickly. Is this feasible? If so is their any
    workaround as it might take some time to fix all the connections in
    the code.
    scott_mcarthur2003@yahoo.co.uk Guest

  2. Similar Questions and Discussions

    1. Problem with two connections in Contribute 3
      I've set up Contribute 3 on a colleague's computer to enable him to make straightforward changes to his new site (www;ski-monterosa.com) and this is...
    2. Problem with SQLServer connections
      I have an application that does a ridiculous number of queries -- its purpose is to extract records from one database and insert them into a...
    3. Never closing database connections - a problem?
      Hi there, I have been doing database connections through ASP and VB for a few years now, but I've lately come to realize that I might not be...
    4. solve IIS limit to 10 connections problem
      Hy! First o f all thank you for ansering my questions! The main reason for chosing a single PC instead of a web hosting service is because i'm...
    5. Problem with Trusted Connections
      I am trying to create a trusted connection to a SQL 6.5 database from a FoxPro program. However, when I set up the ODBC link, it claims it is not a...
  3. #2

    Default Re: unclosed connections problem

    It could be a variety of other things, for example your 2003 installation
    might just have a smaller memory footprint than your 2000 server, and so
    more RAM is available for SQL Server to use. It could also be that you have
    a different min/max memory level configured for SQL Server on the new
    machine.

    Unless it is actually disruptive (e.g. other programs can't get enough
    memory to run), you should not be alarmed about the amount of RAM SQL Server
    is using.

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    <scott_mcarthur2003@yahoo.co.uk> wrote in message
    news:92c92d63.0311200950.15e82873@posting.google.c om...
    > We have just migrated from a windows 2000 server running classic
    > asp/sql server web sites without the .net framework installed to
    > windows 2003. Despite having the same traffic levels sql server on the
    > new machine seems to be using up much more RAM than before. I suspect
    > that their may be unclosed database connections in the asp code and
    > that the reason is that windows 2003 is not shutting down unused
    > connections as quickly. Is this feasible? If so is their any
    > workaround as it might take some time to fix all the connections in
    > the code.

    Aaron Bertrand - MVP 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