Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: MOP-16
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: James Strachan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forge: MOP

provide some kind of way to 'run in the background' so you can run multiple java processes within the same JVM; or fork a number of execs in the background

Created: 31/Jul/09 06:11 PM   Updated: 05/Aug/09 02:05 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2


 Description  « Hide
a bit like in unix maybe we should be able to do
mop
run foo:bar&
run bar:xyz&
exec blah:whanot&
ps
kill %1
fg
bg

type stuff



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
James Strachan added a comment - 05/Aug/09 01:45 PM
this is probably an issue for a gshell type situation

FWIW when calling execute(args) you can call getProcessRunner() to access the underlying process to kill it or wait for it to complete etc