Responding asynchronousely to users

  • Thread starter Thread starter Craig Burkett
  • Start date Start date
C

Craig Burkett

Hi,

Using ASP.Net, I would like to be able to notify our web application users
about when something changes about or a record is added to a database using
push techniques instead of polling techniques. any suggestions?

Thanks,
Craig
 
HTTP has no push implementation. use some IM library and server instead.

-- bruce (sqlwork.com)
 
Back
Top