I would like to know how can I set an operation (method, block of code, etc.) to run on a different PROCESS (not thread) in a way that if the main process crash the others will still be running. Un-monitorable, but running.
I was thinking I could "compile" the block of code in a different app and then execute the result, but that wouldn't be too elegant. Is there a better way?