polling
How Polling mechanism can be realized with RMI?
Following the design/architecturei created for multiuser/network turn-based game with RMI server callbacks, I have tried to create a distributed animation in which my model(Ball) is remote object and[详细]
2023-01-18 06:43 分类:问答How to poll simple website for updates?
I have a professor who randomly updates his website with homework due tomorrow and seems to expect us to check it every hour.[详细]
2023-01-18 00:14 分类:问答Silverlight Polling Duplex with HTTPS
Is it possible t开发者_StackOverflow社区o have Silverlight Polling Duplex WCF working with HTTPS?Yes you can use Polling Duplex over HTTPS. If you are running the Silverlight app inbrowser make sure y[详细]
2023-01-16 10:17 分类:问答What's the fastest way to poll a MySQL table for new rows?
My application needs to poll a MySQL database for new rows. Every time new rows are added, they should be retrieved. I was thinking of creating a trigger to place references to new rows on a separate[详细]
2023-01-15 11:09 分类:问答Jquery Ajax calls crashing Internet Explorer?
I must admit, this is my first post on this site, so I apologise in advice if I do something wrong (formatting etc).[详细]
2023-01-15 02:58 分类:问答What is a good setTimeout interval for polling in a IE?
I have an ActiveX object (who source code I have) running in a browser (IE). The ActiveX object has a UI, which raises events. I want to respond to those events in the browser.[详细]
2023-01-13 08:26 分类:问答C# : How to capture events asynchronously and return a value from a function synchronously
This is a C# question I want to do a synchronous call for asynchronous event call backs. See comment in code for the req[详细]
2023-01-12 21:16 分类:问答How to poll for updates with JSONP?
I have a Web server that updates its data once per minute, and want to make that data available to clients of all types.In order to reduce bandwidth, I set up the PHP script to support conditional GET[详细]
2023-01-09 22:37 分类:问答Flash Caching Issue?
I am having the following problem: I have a WCF service that checks a database table and returns the results vis JSON to a flash app.[详细]
2023-01-06 18:48 分类:问答out of this world Comet programming and a web-based chat
Current Project Setup I\'ve been working on a web-based chat, similar to Facebook chat. At the current state, I listen for incoming chats and check for new messages in an existing chat is by doing...[详细]
2023-01-06 03:33 分类:问答