Content deleted Content added
GrouchoBot (talk | contribs) m robot Modifying: pl:Pula obiektów (wzorzec projektowy) |
m Fixed typo, "is is" |
||
Line 21:
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.
If the pool is used by multiple threads, it may need means to prevent parallel threads from grabbing and trying to reuse the same object in parallel. This
== Criticism ==
|