Ask a Question related to Coldfusion Database Access, Design and Development.
-
scaldwell #1
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
-
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... -
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... -
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? ... -
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... -
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... -
paross1 #2
Re: Insert/Update delay in shared environment
Could this be a query caching issue?
paross1 Guest
-
scaldwell #3
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



Reply With Quote

