
1 Oct
2006
1 Oct
'06
9:58 a.m.
Inteprocess: Does it support communication to a remote pc or is it only for processes running on the local pc? No. Does it support handling and dispatch of events? No. Does it support marshalling/unmarshalling of user-defined types? No.
As you can see, Interprocess is pretty limited for your needs :-( For the moment, Interprocess offers generic wrappers over common intra-machine, interprocess mechanisms (shared memory, memory mapped files, mutex/condition/message queue...) Interprocess has not (yet) higher level mechanisms. In theory, one could use Interprocess to build more advanced serialization features for intra-machine communication. Regards, Ion