Communication on multiple instances

Hi
when I set the /allowmultiple parameter and open different instances of vvvv, is there a native way to share data, or should I recur to UDP or other kind of external communication?
Namely I d like to know how to share the values necessary to use the new Shared texture node.
Simone

i’d recommend udp for that. also SharedMemory (Windows) is an option.

@io - I’ve uploaded an example with some s/r texture modules dx9ex-texture-share-example