I have been wondering for a while now what is the best approach when it comes to IPC across main and multiple renderers:
a) a few IPC channel with type+payload style messages with thin routing layer
b) many IPC channels with one payload type per channel
The documentation has no information on how expensive creating IPC channels is, that would help me guide my decision.
Any recommendations or experience to share?