increase database connections

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default increase database connections

    Hi all,

    Currently, I notice that there are only two database connections between my
    ColdFusion server and the SQL server. May I ask how can I increase the amount
    of database connections?

    Thanks in advance,
    Monte

    TangoRules Guest

  2. Similar Questions and Discussions

    1. Maintaining database connections
      Hi all, What is the general feeling on checking the "Maintain database connections" for MS SQL 2k databases? Should we keep it checked or remove...
    2. MX Open Database Connections
      Did MX do away with the settings for database connections? We just switched from Oracle 8i to Oracle 9i and have seen some connectivity failures. ...
    3. CD/DVD and Database connections
      I need to create a standalone "app" that allows the users to insert the CD/DVD and be able to query a database that is on the CD/DVD. I need to...
    4. #20006 [Com]: cannot use 2 database connections
      ID: 20006 Comment by: ash at deakin dot edu dot au Reported By: kezal at mail dot ru Status: Verified Bug...
    5. [PHP] Persistent database connections in PHP
      I haven't heard of persistent connections with MySQL before, and I think is because PHP can't handle it. PHP will connect to the DB every time it...
  3. #2

    Default Re: increase database connections

    Hi Monte,

    You can change your DB connection settings from the advance settings when you edit a cf datasource.

    T
    TSB Guest

  4. #3

    Default Re: increase database connections

    Are you referring to Limit Connections settings? Currently, that check box is not checked. So, I would assume thatit is set to unlimited concurrent connections??
    TangoRules Guest

  5. #4

    Default Re: increase database connections

    I have installed CFMX 7 on a Windows 2003 SP1 machine and I am seeing just the
    opposite. I am connecting to SQL Server via an ODBC connection on the CF
    server. Connection pooling is enabled and in the CFAdmin page, limit
    connection to 5 is checked. Maintain connections is also checked and a timeout
    of 1 min and an interval of 1 min are set. The problem that I am having is
    excessive connections between the CF machine and the SQL Server...way in excess
    of the 5 connections specified. Anyone have any idea of what's going on?
    Thanks.

    Chris

    cgsj_usa@yahoo.com 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