Hi Gurus,

I have a problem to share a data between two executables. The shared memory shall act as the Queue. The Exe1 puts a data and Exec2 reads from it and viceversa.
The problem is the type of data shared between them is of differenet type. Both the execuatables are shareing data using three different structures. Even the shared memory shall grow or shrink as per the number of data objects.

Could you please suggest me what data structure shall I use to meet above all requirement.?
If anyone of you have similar code, Please post it here.

Regards,
Nagesh