[fpc-pascal] IPC/SHMGET and Multiple Variables

T.Guilleminot tom at guilleminot.org
Sat Nov 24 12:05:19 CET 2007


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



More information about the fpc-pascal mailing list