Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 67688 invoked from network); 3 Feb 2011 10:32:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2011 10:32:56 -0000 Received: (qmail 63155 invoked by uid 500); 3 Feb 2011 10:32:55 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 63064 invoked by uid 500); 3 Feb 2011 10:32:54 -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 62658 invoked by uid 99); 3 Feb 2011 10:32:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 10:32:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 10:32:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8C6BE18B863 for ; Thu, 3 Feb 2011 10:32:29 +0000 (UTC) Date: Thu, 3 Feb 2011 10:32:29 +0000 (UTC) From: "Nickolay Martinov (JIRA)" To: issues@commons.apache.org Message-ID: <1564583291.7030.1296729149571.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (EXEC-53) Allow control over asynchronous execution thread MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Allow control over asynchronous execution thread ------------------------------------------------ Key: EXEC-53 URL: https://issues.apache.org/jira/browse/EXEC-53 Project: Commons Exec Issue Type: Improvement Affects Versions: 1.1 Reporter: Nickolay Martinov Attachments: commons-exec-daemon.patch When process is started asynchronously using DefaultExecutor then thread is created that monitors process. This thread is user thread and blocks java program from exiting. There is no way to make this thread daemon. Allowing this to be a daemon thread one would be able to spawn process without &, monitor this process for some time to be sure that it is alive and then exit without calling System.exit() that isnt always possible/desirable. Also it would be nice to be able to create thread with specific priority or thread group or thread name or anything else. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira