On Wed, 2003-09-10 at 13:43, Scott M Stark wrote: > Yes, its going to depend on what the resource adaptor wants for its security > info and the pool is most likely going to have to get the comparator from the ra > configuration. We can start with a default comparator that is based on the > javax.resource.spi.security.PasswordCredential.
Using only the password credentials makes very little difference. I suspect the retrieval of private credentials (which creates a new set) is the biggest hit. There is some further evidence for this in that the jdbc ManagedConnectionFactory.getConnectionProperties, which also does this processing, is showing up as a bottleneck. I would guess Set.equals(Set) is an expensive process? Regards, Adrian -- xxxxxxxxxxxxxxxxxxxxxxxx Adrian Brock Director of Support Back Office JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
