3 Replies Latest reply on Jan 7, 2003 10:43 PM by juhalindfors

    Create Threads while loading MBeans

      Hi,
      Does anyone know if the loading of MBeans via MLet is synchronous or asynchronous? If it is synchronous, does it proceed from the first entry in the file to the last? I am using an MBean to load a large data cache but I don’t want this to hold up the loading of other unrelated beans. Is it ok to spawn some threads in the pre or post register methods for executing long processes?

      Thanks

      -Pete