Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 11616 invoked from network); 12 Oct 2006 15:04:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2006 15:04:31 -0000 Received: (qmail 70944 invoked by uid 500); 12 Oct 2006 15:04:23 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 70917 invoked by uid 500); 12 Oct 2006 15:04:23 -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 70906 invoked by uid 99); 12 Oct 2006 15:04:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 08:04:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wataylor@as-st.com designates 216.239.128.26 as permitted sender) Received: from [216.239.128.26] (HELO smtp.omnis.com) (216.239.128.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 08:04:23 -0700 Received: from smtp-a.omnis.com (smtp-a.omnis.com [216.239.128.237]) by smtp.omnis.com (Postfix) with ESMTP id B73BF1CF0D for ; Thu, 12 Oct 2006 08:04:01 -0700 (PDT) Received: from [192.168.6.223] (d-65-175-205-96.metrocast.net [65.175.205.96]) (Authenticated sender: wataylor@as-st.com) by smtp-a.omnis.com (Postfix) with ESMTP id 8C08F46F79C for ; Thu, 12 Oct 2006 08:04:02 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v624) In-Reply-To: <20061012144642.56875.qmail@web26003.mail.ukl.yahoo.com> References: <20061012144642.56875.qmail@web26003.mail.ukl.yahoo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bill Taylor Subject: Re: a design question Date: Thu, 12 Oct 2006 11:38:01 -0400 To: java-user@lucene.apache.org X-Mailer: Apple Mail (2.624) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N IN THEORY, EJB containers are better able than Tomcat to spread incoming requests over a multitude of servers. There was considerable discussion some time ago about index search speed on a single processor. I do not remember the details, but there was some information about how fast a search might be expected to go with one processor. If that is fast enough, Tomcat should suffice. My search application has a few short documents so my experience is not relevant. On Oct 12, 2006, at 10:46 AM, mark harwood wrote: > EJB explicitly precludes you from accessing files, including via third > party libraries such as Lucene. > > http://java.sun.com/blueprints/qanda/ejb_tier/restrictions.html > > In practice you may be able to get away with it but I see no > particular reasons why using an EJB server should offer any benefits > over a Servlet container. > > Cheers > Mark > > ----- Original Message ---- > From: "Chenini, Mohamed " > To: java-user@lucene.apache.org > Sent: Thursday, 12 October, 2006 3:25:44 PM > Subject: a design question > > Hello, > > This is a design question: For Lucene to be able to process a million > documents and in the purpose for the search application to be scalable > and still have a good response time do we need to use an EJB container > such as Weblogic or is a Servlet container such as Tomcat sufficient to > do the job? This design should take into consideration remote > searching. > > Thanks, > Mohamed > ==================== > This email/fax message is for the sole use of the intended > recipient(s) and may contain confidential and privileged information. > Any unauthorized review, use, disclosure or distribution of this > email/fax is prohibited. If you are not the intended recipient, please > destroy all paper and electronic copies of the original message. > > > > > Send instant messages to your online friends > http://uk.messenger.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org