English 中文(简体)
利用网页对数据库进行污染? - ASP.NET
原标题:Poll the database from a web page? - ASP.NET

这里我试图做些什么。 我有一个网站,使用户能够提出在一份工作桌上提出的申请,供用户浏览和处理。 我在表格中有一个情况栏,表示该请求是被请求处理,还是由服务机构处理,或者服务机构已经完成处理。 整个过程需要几分钟。

我有一个地位伙伴关系。 互联网网页,我需要实时显示其请求的现状。 我要表示某种悲观,并表明现状。 我可以采取的一种方式是,每秒有一个美加的复读,以检查申请的状况(我猜测,如“Expedia”、“价格线”等地点如何?)

我想防止一整页的复读,并寻求阿马齐格世界大会/正义与和平论坛的解决办法。 我如何执行? 投票是否正确?

最佳回答

通过日本宇宙航空研究开发机构进行投票是最容易和最简单地满足你们的需要的。 如果你知道时间的上下限,那么,我或许会这么长的时间,然后做一些特殊的事情。

其他国家也这样做了:

见:http://news.ycombinator.com/item?id=946165 rel=“nofollow noretinger”>。 http://www.chrisharrison.net/projects/progressbars/ProgBarHarrison.pdf

问题回答

您是否对服务器的星座进行了研究。 这将使你能够向服务器发出电话,而不会等待结果,因为当电话活动结束时,客户网页上的一个方法就会被打上,像你和你所希望的那样,这种声音像你所需要和你所希望的一样。

希望这一帮助。

你们可能想看“长时间投票”,也称“Cmet”。

想法是,你向客户提出“Ajax”要求。 在服务器方面,在出现某些情况变化之前,你将暂停申请(因此,它有了新的报告)。 然后,你释放了这一请求,并退回了最新信息。

这比单纯的投票更有好处,因为只有在情况发生变化时,才要求返回。 该系统似乎也更具响应性,因为它在很大程度上由服务器方面驱动。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签