Hi Sam DAS design should support thread safety, but we have done no explicit testing on this area. Initializing a DAS and using across multiple DAS calls should be OK and safe as long as you are using the same config file. I'd recommend initializing the DAS in a sync method tough.
Please, let us know if you find anything different. On 1/30/07, Sam Su <[EMAIL PROTECTED]> wrote:
Hi all, I would like to know whether DAS class is tread safe or not. I want to reuse the das instance across multi-thread as its creation by following code snippet is a little slowly. DAS das = DAS.FACTORY.createDAS(configStream, conn);
-- Luciano Resende http://people.apache.org/~lresende
