This post originated from an RSS feed registered with .NET Buzz
by Oliver Sturm.
Original Post: Object pooling, part 1
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
The other day there was a thread in a newsgroup which ended up discussing object pooling. Jon pointed to Spring.NET - an application framework for enterprise .NET applications. I’m sure there are other implementations out there, at the moment, Spring.NET merely offers a few interfaces and a rather simplistic implementation of a pool. I thought [...]