|
-
December 8th, 2004, 09:47 AM
#1
Sharing Data between two executables
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|