English 中文(简体)
服务器问题
原标题:problem of the server

我要向你通报服务器的另一个问题。 当我们更新这些记录时,它更新了数据库的记录,但当我们想通过先期应用网址文件在浏览器上查阅时,它并没有立即展示更新的记录。 时间为15至20分钟,有时甚至我们关闭了浏览器,然后打开另一个浏览器,然后把更新的记录显示在那里。 我已经删除了浏览器,但问题依然存在。 我在不同的波束下对此进行了检查,例如IE 6.0,7.0, chrome, safari, mozilla,但无法找到解决办法。

please suggest me what is the problem with the server? please check this url : http://www.nicee.org/trial/view.php

问题回答

为了稍微扩大我的评论,我应该指出,PHP确实是我所熟知的,只是描述的问题是熟悉的。

To pseudocode it:

-- On Update

Open Transaction with Database

Run SQL command(s)

Close/commit transaction

如果你不采取这一最后步骤(即实施交易和交易;结束交易),那么它将保持开放,并将锁定本表(取决于贵国如何建立银行)。 你们必须确保它永远完成(如果也出现错误的话,就会出现倒退)。

从快速的角度来看,这或许是有益的:

http://www.devarticles.com/c/a/MySQL/Using-Transactions-with-MySQL-4.0-and-PHP/





相关问题
Using SimplePie with CodeIgniter and XAMPP

I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer. I am trying to make use of SimplePie. I followed all the instructions I could find: a copy of simplepie.inc is in my applications/...

Multiple Sites with common files

I have developed over 50 sites that all use the exact same files other than CSS and IMAGES, I currently duplicate the files each time I create a new site and upload different css and images. What ...

http server validation

I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML conformance, but i see nothing ...

热门标签