Karaf - running thread status after bundle restart -
i'm using karaf 3.0.2. let's suppose bundle b (id 100) has launched threads. happens these threads when execute
karaf@root()> restart bundle 100
...when running threads of bundle b still active? these threads terminated?
if start threads in osgi bundle need take care of threads. if don't stop them keep on going. make sure stop threads in activator.
to precise, no threads don't terminated! start them, stop them.
Comments
Post a Comment