Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Service Archite... » Channels   (RSS)

Pull Not Push

There are two architectural models for moving messages through a system. Pull messaging models require the receiver to actively suck messages out of the pipeline in order to achieve flow. If the receiver is not willing to perform work, then there's nothing

Cancelling Streams

A frequently asked question I see is whether it's possible to cancel a streamed operation. The simple answer is that gracefully shutting down a streamed operation requires some work and planning at design time. It's always possible to rudely shut down

Why is the RequestContext Null?

Today's post somehow ended up getting bumped to Sunday. All is well now. Sorry for the late start. In the request/reply model, the RequestContext object is the link between the request that comes in and the reply that goes out. When the server receives
 
Page view tracker