Nov. 2, 2014
11:40 p.m.
Hi Offray I had some issues controlling the process's life cycle and I fixed using the "exec" linux program. I'm using something like: OSProcess command: 'exec programToExecute'. Then I'm able to kill the process correctly and query the status. Hope it helps. Regards, Juan. On Sun, Nov 2, 2014 at 7:54 PM, Offray Vladimir Luna Cárdenas < offray@riseup.net> wrote:
Hi all.
I'm having problems with OSProcess. When I run "OSProcess command: 'my command'" on Linux, the Moose playground says that "an ExternalUnixOSProcess with pid 20887 on /bin/sh (running)", but the external process never ends. What I'm missing?
Cheers,
Offray