Re: [ANN] ParallelSearcher in multi-node environment

2007-03-01 Thread Sharad Agarwal
yeah I am too looking forward to this feature, using thread pool and minimize the remote calls in ParallelSearcher [EMAIL PROTECTED] wrote: e.g. I've changed original ParallelSearcher to use thread pool (java.util.concurrent.ThreadPoolExecutor from jdk 1.5). But implementing multi-host insta

Re: [ANN] ParallelSearcher in multi-node environment

2007-03-01 Thread dmitri
e.g. I've changed original ParallelSearcher to use thread pool (java.util.concurrent.ThreadPoolExecutor from jdk 1.5). But implementing multi-host installation still requires a lot of changes since ParallelSearcher calles underlying Searchables too many times (e.g. for separate network call for ev