Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 18680 invoked from network); 1 Nov 2010 18:36:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 18:36:20 -0000 Received: (qmail 77822 invoked by uid 500); 1 Nov 2010 18:36:52 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 77579 invoked by uid 500); 1 Nov 2010 18:36:51 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 77570 invoked by uid 99); 1 Nov 2010 18:36:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 18:36:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 18:36:50 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA1IaTuf015768 for ; Mon, 1 Nov 2010 18:36:29 GMT Message-ID: <4869047.178541288636589562.JavaMail.jira@thor> Date: Mon, 1 Nov 2010 14:36:29 -0400 (EDT) From: "Dave Marion (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (JCI-65) Make FilesystemAlterationMonitor Thread a Daemon thread MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Make FilesystemAlterationMonitor Thread a Daemon thread ------------------------------------------------------- Key: JCI-65 URL: https://issues.apache.org/jira/browse/JCI-65 Project: Commons JCI Issue Type: Bug Components: fam Affects Versions: 1.0 Reporter: Dave Marion JVM won't shutdown if there are no other threads running. It will wait for the FAM thread to stop, which you can't interrupt. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.