This post originated from an RSS feed registered with .NET Buzz
by Oliver Sturm.
Original Post: Object pooling, part 4
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 fourth article in my mini series about object pooling. Be sure to read part 1, part 2 and part 3 first.
This part will be about automated object creation. To begin with, we need a way for the object pool to have additional objects created at all. One way to do that would [...]