Bonjour,

Maybe for avoiding transforming mutable data to immutable data you could use
make-shared-bytes and transfer the data by this mean? Don't know the underlying
implementation of make-shared-bytes it didn't seem to use POSIX shared memory
objects.

Use one make-shared-bytes per place and synchronise between master place and a
child with the normal chanel communication.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to