Think about a SQL connection which should shared between two or more methods in the component. After usage of the component the connection must returned to the pool. Next time I will get the component from the pool I need another connection object from the pool.

I'm appending a part of a message which I had posted in the avalon mailing list about this problem:

i had a use case for this as well a while ago (but with something less dangerous than database connections) so i ended up doing lookup and release each time all over the class.

Have you tried raising this on the developer list?

Sorry i can't be of more help :)
Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to