Github user harbby closed the pull request at:
https://github.com/apache/commons-lang/pull/345
---
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 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 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 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