Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C62129DFC for ; Wed, 22 Feb 2012 11:19:17 +0000 (UTC) Received: (qmail 322 invoked by uid 500); 22 Feb 2012 11:19:17 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 269 invoked by uid 500); 22 Feb 2012 11:19:16 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 256 invoked by uid 99); 22 Feb 2012 11:19:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 11:19:16 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aab@ciklum.com designates 207.126.144.111 as permitted sender) Received: from [207.126.144.111] (HELO eu1sys200aog101.obsmtp.com) (207.126.144.111) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 11:19:07 +0000 Received: from mail-bk0-f51.google.com ([209.85.214.51]) (using TLSv1) by eu1sys200aob101.postini.com ([207.126.147.11]) with SMTP ID DSNKT0TPFL3skpYBN0au5KzMBDIr8GRsvZbC@postini.com; Wed, 22 Feb 2012 11:18:47 UTC Received: by bkcjc3 with SMTP id jc3so8208877bkc.24 for ; Wed, 22 Feb 2012 03:18:44 -0800 (PST) Received-SPF: pass (google.com: domain of aab@ciklum.com designates 10.204.129.18 as permitted sender) client-ip=10.204.129.18; Authentication-Results: mr.google.com; spf=pass (google.com: domain of aab@ciklum.com designates 10.204.129.18 as permitted sender) smtp.mail=aab@ciklum.com Received: from mr.google.com ([10.204.129.18]) by 10.204.129.18 with SMTP id m18mr15267912bks.115.1329909524608 (num_hops = 1); Wed, 22 Feb 2012 03:18:44 -0800 (PST) Received: by 10.204.129.18 with SMTP id m18mr12265860bks.115.1329909524327; Wed, 22 Feb 2012 03:18:44 -0800 (PST) Received: from [172.25.43.9] ([91.221.167.69]) by mx.google.com with ESMTPS id jd17sm51052506bkb.4.2012.02.22.03.18.43 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 03:18:43 -0800 (PST) Message-ID: <4F44CF12.5080903@ciklum.com> Date: Wed, 22 Feb 2012 13:18:42 +0200 From: Anton Bachevsky User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Jackrabbit indexing in a separate thread Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmQCXsQM1w//vzP/7IoOscFfrS3ATR4TG8HfXrqT0JU551U9DaY/S3sAkKmvAqDFBwhyrzw Hello everyone, Is the a way to configure Jackrabbit so that it will perform internal indexing (maybe some other system process) in a separate thread, in order not to block the main thread. I am asking because Jackrabbit failed to index one of the files at start up and the web application that uses Jackrabbit could not even start! Regards, Anton