1 Reply Latest reply on Aug 18, 2002 3:00 AM by davidjencks

    is EJB home handle / XADataSourceImpl thread safe

    fox_hk

      Hi all jboss guru

      It is very thankful one can share with me your viewpoints on my below question.

      l plan to write a cached service locator which provide a standard interface for ejb app lookup ejb home handle / datasource. This service locator can cache ejb home handle / datasource and return the cached instance back to caller. But l am concerned how does the ejb home handle and XADataSourceImpl deal with multiple concurrent calls arriving at the same moment. Are the implementation of these class thread-safe ? Are the multiple concurrent calls handled in serialized / parallel manner ?

      thx & regards
      fox