Object pool pattern: Difference between revisions

Content deleted Content added
Qxz (talk | contribs)
m Revert edit(s) by 61.95.179.194 to last version by Arunkd13
Saigyo (talk | contribs)
No edit summary
Line 18:
 
Inadequate resetting of objects may also cause an information leak. If an object contains confidential data (e.g. a user's credit card numbers) that isn't cleared before the object is passed to a new client, a malicious or buggy client may disclose the data to an unauthorized party.
 
==References==
*{{cite conference
| last = Kircher
| first = Michael
| coauthors = Prashant Jain;
| title = Pooling Pattern
| booktitle = EuroPLoP 2002
| place = Germany
| date = [[2002-07-04]]
| url = http://www.kircher-schwanninger.de/michael/publications/Pooling.pdf
| accessdate = 2007-06-09 }}
 
==External links==
*[http://www.oodesign.com/oo_design_patterns/creational_patterns/object_pool.html OODesign article]
*[http://msdn2.microsoft.com/en-us/library/ms682822.aspx Improving Performance with Object Pooling (Microsoft Developer Network )]
*[http://www.developer.com/java/ent/article.php/626171 Developer.com article]
*[http://c2.com/cgi-bin/wiki?ObjectPoolPattern Portland Pattern Repository entry]
 
 
 
[[Category:Optimizations]]