Doing asynchronous distributed request/response service calls without WCF
- by Ralf Westphal
In my previous blog post I hopefully was able to demonstrate how low the entry barrier is to asynchronous remote communication. It´s as easy as hosting a service like this 10 using ( var serverSpace = new CcrSpace ().ConfigureAsHost( "wcf.port=8000" )) 11 { 12 serverSpace.HostPort( 13 ...(read more)