Re: Bundle Threads

2009-11-26 Thread Guo Du
.com/docs/books/tutorial/essential/concurrency/procthread.html The answer is there is no bundle/thread map to process. Thread may running by some osgi bundle, all bundle/threads are inside the java process. -Guo - To unsubscribe

Re: Bundle Threads

2009-11-26 Thread chihi asma
In lunix, when I want to see system process, I type "ps", among thoses processes there is java ones, (I'm executing felix) so to which bundle belong those java process? Thanks --- En date de : Jeu 26.11.09, Guo Du a écrit : De: Guo Du Objet: Re: Bundle Threads À: users@felix.

Re: Bundle Threads

2009-11-26 Thread Guo Du
On Thu, Nov 26, 2009 at 10:44 AM, chihi asma wrote: > Can anyone tell me please how can I know how much a bundle executes threads > when it starts? > When I type "ps" command in my linux console I see multiple threads related > to the JVM. Where you typed "ps"? It doesn't matter where you type

Bundle Threads

2009-11-26 Thread chihi asma
Hi, Can anyone tell me please how can I know how much a bundle executes threads when it starts? When I type "ps" command in my linux console I see multiple threads related to the JVM. How can I know each thread belongs to each bundle. Thanks in advance for your help. Asma