Hello,
The main problem under Windows is that the return value of the execution of the process cannot be received because the stdin stdout streams are not integrated.
But I think you should be able to launch the process and to find a way to communicate between both images (Http or file change?).
If you just want to avoid freezing, you can try to fork the import process.
Cheers,
Vincent
De : Pharo-dev [mailto:pharo-dev-bounces@lists.pharo.org]
De la part de Guillaume Larcheveque
Envoy�� : lundi 29 f��vrier 2016 14:01
�� : Pharo Development List
Objet : [Pharo-dev] How to run a new image to execute a process
Hello,
I want to run the generation of a mooseModel in a new image with a new vm process (To avoid freezing or occupying space of my first one and also have more available memory).
I know i can use OSProcess but Cyril told me it will not work on Windows and i don't want to be platform dependent.
Do you see another solution to do that?
--
Guillaume Larcheveque