Just wanted to check... Does anyone know if the Pool service has a mechanism to make sure that a pooled instance is not returned more than once. In other words, if the InstanceA is referenced by one object already and that object is not done, does it make sure that InstanceA cannot be returned from the pool to another object?
Also, what happens when there are no more instances available, does it create a new instance of the requested class? I could not discern the above answers from the code. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
