G
Gary C
I'm attempting to get a singleton pub/sub component working in CF 3.5 using
c#. It must work across process boundaries (can't use Event/Delegate). The
two technologies that I've investigated are
1. .NET remoting
2. WCF
Both support singletons. WCF has the advantage that it is newer and will
likely be supported better in the future.
The problem is with sending notifications to subscribers. WCF has something
called duplex support but that doesn't seem to be supported in CF. This is
where I need help. Which of the two technologies would be better choice for
supporting notifications to subscribers and what is the mechanism? Just some
decent keywords would be helpful. Thank you.
c#. It must work across process boundaries (can't use Event/Delegate). The
two technologies that I've investigated are
1. .NET remoting
2. WCF
Both support singletons. WCF has the advantage that it is newer and will
likely be supported better in the future.
The problem is with sending notifications to subscribers. WCF has something
called duplex support but that doesn't seem to be supported in CF. This is
where I need help. Which of the two technologies would be better choice for
supporting notifications to subscribers and what is the mechanism? Just some
decent keywords would be helpful. Thank you.