Discussion:
Newbie: Implementing Direct Push using WCF
(too old to reply)
Navin Mishra
2008-10-22 16:46:13 UTC
Permalink
Hi,

Is there a sample showing implementation of Direct Push(like in Exchange)
using WCF in an efficient manner ? Could COMET like approach be implemented
using WCF too ?

Thanks in advance and regards

Navin
John Saunders
2008-10-22 23:40:42 UTC
Permalink
Post by Navin Mishra
Hi,
Is there a sample showing implementation of Direct Push(like in Exchange)
using WCF in an efficient manner ? Could COMET like approach be implemented
using WCF too ?
I'm not familiar with the term "direct push". Do you mean sending data to
clients who have not requested it? Or do you mean publish/subscribe? Could
you elaborate, please?
--
John Saunders | MVP - Connected System Developer
Navin Mishra
2008-10-22 23:50:02 UTC
Permalink
I meant Direct Push implemented in Exchange server to allow windows mobile
clients to get updates to e-mail, calendar, etc. There is a MSDN sample too(
http://msdn.microsoft.com/en-us/library/aa446486.aspx).

Thanks

Navin
Post by John Saunders
Post by Navin Mishra
Hi,
Is there a sample showing implementation of Direct Push(like in Exchange)
using WCF in an efficient manner ? Could COMET like approach be implemented
using WCF too ?
I'm not familiar with the term "direct push". Do you mean sending data to
clients who have not requested it? Or do you mean publish/subscribe? Could
you elaborate, please?
--
John Saunders | MVP - Connected System Developer
John Saunders
2008-10-23 00:03:50 UTC
Permalink
Post by Navin Mishra
I meant Direct Push implemented in Exchange server to allow windows mobile
clients to get updates to e-mail, calendar, etc. There is a MSDN sample too(
http://msdn.microsoft.com/en-us/library/aa446486.aspx).
Thanks for the URL. I hadn't read that before. It sounds very interesting,
given that it uses basic HTTP mechanisms.

I don't know any reason why it wouldn't work in WCF. But you should take
that with more than just one grain of salt.

1) First of all, I'm not a WCF expert (yet).
2) Second of all, I didn't know about this until you told me!

If you don't get a better answer here, you might try asking on the WCF Forum
at http://social.msdn.microsoft.com/en-US/wcf/threads/.
--
John Saunders | MVP - Connected System Developer
Loading...