Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 32495 invoked from network); 5 Oct 2005 16:50:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2005 16:50:58 -0000 Received: (qmail 43541 invoked by uid 500); 5 Oct 2005 13:57:33 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 43442 invoked by uid 500); 5 Oct 2005 13:57:33 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 43431 invoked by uid 99); 5 Oct 2005 13:57:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2005 06:57:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [217.12.11.95] (HELO smtp006.mail.ukl.yahoo.com) (217.12.11.95) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 05 Oct 2005 06:57:35 -0700 Received: (qmail 40408 invoked from network); 5 Oct 2005 13:57:03 -0000 Received: from unknown (HELO ME) (directcareer@82.33.132.136 with login) by smtp006.mail.ukl.yahoo.com with SMTP; 5 Oct 2005 13:57:03 -0000 Message-ID: <016b01c5c9b4$5dbad9f0$0802a8c0@ME> Reply-To: "Cyril Barlow" From: "Cyril Barlow" To: References: <00cd01c5c9ae$d7af2780$0802a8c0@ME> <1DD0177B-91D8-4B2E-BCDE-07DEE558E826@ehatchersolutions.com> Subject: Re: IndexSearcher in servlet containers Date: Wed, 5 Oct 2005 14:54:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks all for your feedback. I'm going to look at building a dedicated server that keeps one IndexSearcher open and each servlet would use that. Either that or look deeper into the Jetty framework to see if I can simply invoke a global IndexSearcher when the server starts and use that. Not quite sure how. Luc, DelayCloseIndexSearcher looks like something that might be of help - I'll have a look at that as well. Cheers ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org