Does anyone have experience with methods of EXE to EXE communication, where I can pass messages from the child EXE to the parent EXE in VB.Net?
I can do something like this with events if my EXE was to spawn classes or threads (which I'm very good at writing), but from app to app is a different story. My project lead is worried about each of the sub-EXEs running in a completely separate memory space, but he has admitted to not writing a multi-threaded app before. I have written many threaded apps before in Delphi 4 and I don't think that there will be a problem, meaning, if your threads catch and handle all exceptions, etc, then each thread shouldn't have to worry about getting killed from other threads accidently.
Can anyone back me up or offer a better solution than a multithreaded app?
Thanks
I can do something like this with events if my EXE was to spawn classes or threads (which I'm very good at writing), but from app to app is a different story. My project lead is worried about each of the sub-EXEs running in a completely separate memory space, but he has admitted to not writing a multi-threaded app before. I have written many threaded apps before in Delphi 4 and I don't think that there will be a problem, meaning, if your threads catch and handle all exceptions, etc, then each thread shouldn't have to worry about getting killed from other threads accidently.
Can anyone back me up or offer a better solution than a multithreaded app?
Thanks