Re: PyLucene, multiprocessing, high thread count

2011-07-15 Thread h.g. g.h.
Thanks a lot for your replies, Andi and Christian. This is exactly what I saw... about 11 threads per python process that was making lucene queries... I have a follow-up question now (may be even naive): Andi, about your suggestion of using multithreading and that PyLucene will release GIL when it

Re: PyLucene, multiprocessing, high thread count

2011-07-18 Thread h.g. g.h.
On Sat, Jul 16, 2011 at 5:41 AM, Andi Vajda wrote: > > On Jul 16, 2011, at 2:53, "h.g. g.h." wrote: > > > Thanks a lot for your replies, Andi and Christian. This is exactly what I > > saw... about 11 threads per python process that was making lucene > que