Click here to Skip to main content
15,899,025 members
Articles / Desktop Programming / Windows Forms

Implementing Object Pool in C#

Rate me:
Please Sign up or sign in to vote.
3.37/5 (10 votes)
2 Dec 2005CPOL4 min read 62.6K   1.3K   25  
Object pooling patterns are very useful object-oriented patterns. They work well for large or heavy weight objects that are expensive to create.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
India India
I have been working in software industry for the past 5 years now. Enjoy working on complex and new technologies. Worked on Microsoft technologies Like VC++, COM, XML, SQL. Currently working on .Net, C#.

Comments and Discussions