G
Guest
I'd like to replicate the push technology of Microsoft OutLook Web where when
a new email is sent to the logged in user a temporary window pops up with the
text 'You have new mail'. The same text also appears in the bottom left bar
of the application.
I'm more interested in the actual technology behind this. How is the 'Push'
implemented? Script Callbacks, XMLHTTP, or is it a true 'Push' with
Subsriber/Publisher functionality?
Seems like Java has the technology for implementing Push's, but looking
through the MSDN newsgroups, that does not seem possible(or feasible) in .NET.
Thanks for your help
Paul
a new email is sent to the logged in user a temporary window pops up with the
text 'You have new mail'. The same text also appears in the bottom left bar
of the application.
I'm more interested in the actual technology behind this. How is the 'Push'
implemented? Script Callbacks, XMLHTTP, or is it a true 'Push' with
Subsriber/Publisher functionality?
Seems like Java has the technology for implementing Push's, but looking
through the MSDN newsgroups, that does not seem possible(or feasible) in .NET.
Thanks for your help
Paul