Hi
I want to use IPC Shared Memory mecanism to enable communication between
Linux processes. I followed doc example
(http://community.freepascal.org:10000/docs-html/rtl/ipc/shmctl) which
works fine.
However I'm unable to find how the handle multiple variables (or may be
an array).
Should I have to open as many shared segments as variables ?
Or may be store all into my single segment but with a separator character ?
What would you recommend ?
Thanks !
Tom
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal