long-polling
ASP.NET C# Sending Information Back to Client While Processing Web Page
Not sure if I\'ll explain this properly but here goes. I having written an asp.net app using C# for the code behind. After the user makes some selection and hits the \"run\" button I pass off the proc[详细]
2022-12-13 05:45 分类:问答How can I update a webpage when a change occurs on the server?
Is there a way to push pages on change rather than putting a timer on a web page to refresh every x mins? I guess what Im trying to do is not refresh an entire page whe开发者_开发技巧n only a portion[详细]
2022-12-11 22:08 分类:问答How does a WCF server inform a WCF client about changes? (Better solution then simple polling, e.g. Comet or long polling)
see also \"WCF push to c开发者_JS百科lient through firewall\" I need to have a WCF client that connect to a WCF server, then when some of the data changes on the server the clients need to update i[详细]
2022-12-11 02:17 分类:问答Flex: Long polling (ie, server push) without BlazeDS?
Apart from using BlazeDS, are there any pre-existing libraries that implement long polling (or server push) in Flex?[详细]
2022-12-08 17:40 分类:问答How can i make a long polling api with django rest framework
I have a django backend and i\'m using django rest framework for my api\'s, my application is a grading system application that sees change in grades in real time, I don\'t want to make too many reque[详细]
2022-12-07 23:34 分类:问答