Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to push data out to a web client/browser

Status
Not open for further replies.

szfq93

Programmer
Jul 12, 2002
11
US
We have a web service running (ASP.NET) that receives data from an external provider. Once we receive the data, we have approx 120 seconds for any one of our customers to view and respond to the data (it's a request for service, if our customers don't answer within the time limit, the external provider passes the call on to another source). Right now, I'm handling this by having our customer's web page auto-refresh every 40 seconds. This isn't good enough - we need some way to immediately notify the web client the momemt a new request arrives in our system. How can we do this?

So far, I'm looking into using Java with JXTA (a connection standard that helps overcome NAT and firewall issues) but would like to stick with .NET technology if possible. Any suggestions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top