My OJB application uses multiple PersistenceBrokers to access different databases. The only way I could do it was by calling PersistenceBrokerThreadMapping.setCurrentPersistenceBroker(<broker>); because the app was running in its one thread. I was just wondering if you spawned multiple threads, each with its own broker, and each broker accessing different databases .... could you get your app to get data from the brokers in each thread? And would it be faster or more efficient than what I'm doing now? (it works fine, but I'm worried about dealing with memory and run time issues) --Bobby
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
