[GitHub] commons-lang pull request #345: add jvmLaunchers

2018-11-18 Thread harbby
Github user harbby closed the pull request at: https://github.com/apache/commons-lang/pull/345 ---

[GitHub] commons-lang issue #345: add jvmLaunchers

2018-11-18 Thread harbby
Github user harbby commented on the issue: https://github.com/apache/commons-lang/pull/345 Hi all, After a long time, we practiced in many projects, we found pr very interesting, I plan to close this discussion, discuss in commons-exec ---

[GitHub] commons-lang issue #345: add jvmLaunchers

2018-08-23 Thread harbby
Github user harbby commented on the issue: https://github.com/apache/commons-lang/pull/345 Well, what you said is right, it really should be returned to the exec domain. This api wants to quickly pass the lambda to the child process. In order to simplify the cues of exec, it

[GitHub] commons-lang issue #345: add jvmLaunchers

2018-08-23 Thread harbby
Github user harbby commented on the issue: https://github.com/apache/commons-lang/pull/345 @sebbASF I think exec focuses on executing the operating system child process (shell start). And my api, focusing on the task collaboration with the two jvm, For example, the parent

[GitHub] commons-lang pull request #345: add jvmLaunchers

2018-08-22 Thread harbby
GitHub user harbby opened a pull request: https://github.com/apache/commons-lang/pull/345 add jvmLaunchers When you need to perform some operations through a child process, it is very cumbersome and requires a lot of coding. I have an api below to simplify this process and make it