Ola Bini wrote:
Well, possibly. On the other hand, all the problems caused by registering a provider is safe for this temporary registration. The actual provider list is obviously synchronized by the JVM. I don't see any practical threading issues with it.
Thread A registers a provider; proceeds to using it. Some other thread requests a provider that ends up grabbing the BC provider just registered. Then we unregister, but another app has a reference to our provider.
It's a shared resource all apps use, so adding/removing things from it all the time is sure to complicate something.
- Charlie --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
