Object Pooling with Managed Code
Summary With the advent of the .NET platform, writingcode that pools objects and threads has become a simple task. By usingthe Threading and Collections namespaces, you can create robust objectpooling applications. This could also be done by implementing COM+interop interfaces into your code. If you don't have any reservationsabout the additional overhead of marshalling as [...]
Read more



11:01 pm by admin