C# Object Pooling Pattern implementation
- by Chris Marisic
Does anyone have a good resource on implementing a shared object pool strategy for a limited resource in vein of Sql connection pooling? (ie would be implemented fully that it is thread safe)