I have one subprocess. I one to launch new instance of it on each launch_process_event occur. Should I use embeded or standalone subprocess for this purposes?
P.S. As I understand the only difference, between embedded and standalone subprocesses is shared process context? Am I right?
Well, there are more differences. If embedded sub processes are valid for your use case then that's the easiest approach. If you are using the sub process in more process definitions then a standalone sub process would make the most sense.