  | | | Increase performance using Pool of IndexSearchers? | Increase performance using Pool of IndexSearchers? 2007-02-07 - By spamsucks
Back I currently am sharing my IndexSearcher across multiple requests as a static object.
While I understand that the IndexSearcher is threadsafe, this does not necessarily mean that it's multi-threaded capable. I was wondering if there is any thread blocking going on between requests?
Would it improve performance to create a pool of IndexSearchers?
Thanks!
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: java-user-unsubscribe@(protected) For additional commands, e-mail: java-user-help@(protected)
|
|
 |