Boost logo

Boost :

From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2006-10-01 05:58:29


> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk