开发者

Call Client On Database Change

开发者 https://www.devze.com 2023-02-08 12:37 出处:网络
i am Creating messaging system in asp.net. how can i call client on database change? for example user\'s开发者_Python百科 Page is open and another user sending message for that user.

i am Creating messaging system in asp.net. how can i call client on database change? for example user's开发者_Python百科 Page is open and another user sending message for that user. how can Software notify User ? is it right to call web-service every X seconds/minutes ? any solution with jQuery / AJAX /Comet ? thanks.


You can take a look at Reverse AJAX

See jQuery Comet Long Poll Implementation


The AJAX/JQuery solution would be to create a timer polling the web service every X seconds/minutes. Example.


thanks all answers :).

Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. It allows creation of event-driven web applications which are hosted in the browser. http://www.aaronlerch.com/blog/2007/07/08/creating-comet-applications-with-aspnet/

0

精彩评论

暂无评论...
验证码 换一张
取 消