On 26/7/2010 10:32 AM, Ben vanklinken wrote:
> Itamar, why do you suggest one searcher per thread? The searcher is
> multithreaded.
>    
Being multithreaded means having locks on certain operations. If you 
have too many users depend on one searcher, performance will drop.

This is why I suggested having a pool of searchers, instead of just one 
(and not one per thread): this is how you can save on RAM while not 
suffer from slower searchers. Assuming of course correct configurations.

Itamar.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to