> It is the case with osgi too. Nothing differnent to standard java. > What os are you on? >
I'm running Windows 7, with Felix 2.0.2 (Glassfish V3.1-SNAPSHOT). In standard Java, thread.start() and thread.run() have different behavior. The run() method runs the code within the calling thread, and the start() method runs the code in a new thread. That seems to NOT be the case in OSGi. In OSGi, both methods execute within the calling thread - at least that's the behavior I'm seeing. Larry --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

