Page 1 of 1

Do not wait finish Command Executor Processor

Posted: Tue Feb 02, 2021 12:59 pm
by taurojo
HI,

Is there any way to launch the command and not wait for it to finish?
I have an upload to Gofile via your API in a Python and the process is slow. I don't need to control that event and the system doesn't let start another process until it finishes this one.

Is it possible to launch it without waiting for the rest of the processes?

Re: Do not wait finish Command Executor Processor

Posted: Tue Feb 02, 2021 3:31 pm
by emcodem
Hey taurojo,

should work by just putting "start" before your command, e.g.

Code: Select all

cmd /C start "your stuff"

Re: Do not wait finish Command Executor Processor

Posted: Tue Feb 02, 2021 10:01 pm
by admin
Hi taurojo,

Please be aware that it's not natively supported in FFAStrans so there is a big chance that it will kill the child processes started with this method. But I will put it down as a feature request cause it's surely would be a option. Thanks :-)

-steinar