Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new on asp.net and web services,so i have some question that would like get some advice from here.

May i know how to apply push technology in web services?

The condition is like this:

I have to get the data for web application A and web application B via web services.
After get the data,i have to insert into my web application's database and display in the browser.

If not mistake,the current technology that i use is pull technology to get the data(if wrong,please correct me).I keep on send the query to web app A & B to get the data.

May i know can i use push technology in this situation?
When web app A or B have new record or update record,
it will straight away push the data to my web app via web services without client request it which like twitter.

Please give some advise,Thanks!!!!

*I am poor in English, hope you all can understand what i talking about.
Posted

1 solution

Have a look at this:

Push Messages in RESTful WCF Web Application with Comet Approach[^]

Hope that helps... :)

Jasmin
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900