What is the best way to communicate between processes?

  • Thread starter Thread starter Frank Meng
  • Start date Start date
F

Frank Meng

Hi.
Is there a simple way to communicate between processes on same machine?
Should I use socket, pipe, or RegisterClass, or ...?
It will be very appreciated if someone has some sample codes.
Frank
 
Back
Top