You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Siegfried Goeschl (JIRA)" <ji...@apache.org> on 2010/11/05 17:34:45 UTC

[jira] Created: (EXEC-51) Integrate using "java_posix_spawn" into 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
             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.


[jira] Commented: (EXEC-51) Integrate using "java_posix_spawn" into commons-exec

Posted by "Siegfried Goeschl (JIRA)" <ji...@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.