Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Expert to Expert: Brian Beckman and Erik Meijer - Inside the .NET Reactive Framework (Rx)
Jul 15, 2009 at 8:16 AMThis is really great, especially the tie-in with concrete mathematical concepts. It does, however, make me wonder if this pattern could be expanded upon to handle a "distributed" observer pattern, where remote clients (identified by a URI, not a function pointer) can subscribe to events occurring another machine. I've worked on projects doing just this in the past (via SOAP/HTTP), but it's a lot of plumbing. WCF does support the notion of callbacks, but to say their approach is intuitive is a bit of a misnomer (quite ugly if you ask me).
Thoughts?