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);

Reply via email to