...parties. Message passing is asynchronous, so there is no need to keep state in the network connection itself. If the messagescontain all information necessary for a component to complete a processing step, the resulting architecture is a true Pipes...
http://www.eaipatterns.com/ramblings/20_statelessness.html
...running outside Azure. Here’s an IronPython script that finds events logged within the last 2 hours whose error messagescontain ‘400′: import clr clr.AddReference("CalendarAggregator") from CalendarAggregator import * import System...
http://blog.jonudell.net/