Insert/Update delay in shared environment

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

  1. #1

    Default Insert/Update delay in shared environment

    I have a very simple page that display four pieces of information from a
    database. This page allows the user to change this information and see the
    results on the same page. Every so often a user submits the update succesfully
    but when the page refreshes the old information is still visible. Is it
    possible that there is a significant lag on the database server so that when
    the select statement is sent again the new data is still begin processed?

    I'm using CFMX 7 and Microsoft SQL Server 2000. This is an application hosted
    in a shared environment (database and coldfusion). I've never experience the
    problems, but I have users who have. This database server has about 100 other
    databases on it along with mine.

    It appears to be a performance problem on the backend. If anyone has any
    thoughts they would be appreciated.

    Thanks,

    Scott

    scaldwell Guest

  2. Similar Questions and Discussions

    1. event gateways in a shared hosting environment
      I am trying to work with a host to enable the IM event gateway. The config file and cfc and all that is working fine locally but on the actual host...
    2. extending CFC's in a shared dev environment
      Hope that someone may suggest a solution. I have a shared development environment - 1 CF server instance. Each developer has his/her own copy of...
    3. ASP.Net in a shared hosting environment
      Hi, Does anyone know of any concise documents that detail securing the .net framework installation in a shared web hosting environment? ...
    4. Issues in locking down aspnet user security in shared environment
      I am trying to lock down file access of some sites in a shared hosting environment so that different users can only access their own site's...
    5. ASPNET User Problem in Shared Hosting Environment
      Hello, We do provide web hosting service. Every ASP3 process runs under own username and password so customers can not access other customer's...
  3. #2

    Default Re: Insert/Update delay in shared environment

    Could this be a query caching issue?
    paross1 Guest

  4. #3

    Default Re: Insert/Update delay in shared environment

    I'm not caching the query in my cfquery tag. In fact, I've never experience the
    problem at all. I have had several users talk to me about it. It seems that
    after 15 or 20 seconds the data is available.



    scaldwell 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