Fork CEP process
Hi, I would like to know if it's possible to fork a CEP process?
I would like to fork a process (like Nodejs does natively) instead of creating a brand new one.
For instance, if I want to run a new js script from an Adobe extension, I need to give the path to NodeJs then the path to the script then the arguments.
I would prefer do a 'forking' instead as it's going to create a clone of the running NodeJs process and allowed me to skip giving the path to a NodeJs executable. It will also allow me not to ship a new Node within the generated extension or ask the user to install Node.
