Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 35238 invoked from network); 5 Nov 2010 16:59:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Nov 2010 16:59:37 -0000 Received: (qmail 23565 invoked by uid 500); 5 Nov 2010 17:00:08 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 23495 invoked by uid 500); 5 Nov 2010 17:00:08 -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 23487 invoked by uid 99); 5 Nov 2010 17:00:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 17:00:08 +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; Fri, 05 Nov 2010 17:00:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA5GxiPv008572 for ; Fri, 5 Nov 2010 16:59:44 GMT Message-ID: <6943041.35571288976384282.JavaMail.jira@thor> Date: Fri, 5 Nov 2010 12:59:44 -0400 (EDT) From: "Siegfried Goeschl (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (EXEC-51) Integrate using "java_posix_spawn" into commons-exec In-Reply-To: <27141155.34731288974885707.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/EXEC-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928680#action_12928680 ] Siegfried Goeschl commented on EXEC-51: --------------------------------------- Added a git repo to play around (https://github.com/sgoeschl/commons-exec) > Integrate using "java_posix_spawn" into commons-exec > ------------------------------------------------------ > > Key: EXEC-51 > URL: https://issues.apache.org/jira/browse/EXEC-51 > Project: Commons Exec > Issue Type: Improvement > Reporter: Siegfried Goeschl > Assignee: Siegfried Goeschl > Fix For: 1.2 > > > This code attempts to implement some of the ideas mentioned at http://bugs.sun.com/view_bug.do?bug_id=5049299. Basically, the goal is to avoid a fork() call whenever we need to spawn a process so that a large project does not have to unnecessarily duplicate its virtual memory usage. > +) currently the original code lives under https://github.com/axiak/java_posix_spawn -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.