Re: Why 12 child threads in samples/ThreadIndexFiles.py ?

2010-03-26 Thread Valery Khamenya
Hi Andy On Fri, Mar 26, 2010 at 1:34 AM, Andi Vajda wrote: > Why 12 ? Only one is created explicitely. The others you found are probably > java's or lucene's. as I have written in my previous post, indeed initVM() creates 11 child-threads on my box. > Indeed, it starts only one. > The point of

Re: Why 12 child threads in samples/ThreadIndexFiles.py ?

2010-03-26 Thread Andi Vajda
On Fri, 26 Mar 2010, Valery Khamenya wrote: On Fri, Mar 26, 2010 at 1:34 AM, Andi Vajda wrote: Why 12 ? Only one is created explicitely. The others you found are probably java's or lucene's. as I have written in my previous post, indeed initVM() creates 11 child-threads on my box. Indeed,