This post originated from an RSS feed registered with .NET Buzz
by SANKARSAN BOSE.
Original Post: Instance Pooling in WCF - Part II
Feed Title: Sankarsan's Journal
Feed URL: https://sankarsan.wordpress.com/feed/
Feed Description: Technology,Science,Books,Movies.....
In my last post I had started writing about Instance Pooling in WCF and we ended up developing a simple class providing object pooling functionality.In this post we will see what needs to be done step by step to incorporate this instance pool into the WCF framework.
Implementing IInstanceProvider
The class System.Runtime.Dispatcher.DispatchRuntime exposes the property InstanceProvider of [...]