This post originated from an RSS feed registered with .NET Buzz
by Oliver Sturm.
Original Post: Object pooling, part 5
Feed Title: Oliver Sturm's weblog
Feed URL: https://oliversturm.com/blog/blog/archives/category/programming/net/feed/
Feed Description: General musings and programming stuff, .NET category
This is the fifth article in my mini series about object pooling. Be sure to read part 1, part 2, part 3 and part 4 first.
This part is going to make some modifications to the code in the GetObject() method to implement various alternative behaviours there. Think about it: what do you want to happen [...]