All, I have a program that does a storage obtain based on a parameter. The program after the storage is obtained inserts a 16 byte token. Then this program ends. No problem. A second long running STC reads items that are placed in this storage scratch pad.
I need to know how storage is allocated and if storage is filling up while the second program is executing. What's the easiest way ? I have thought of using DSPSERV and have a long running STC manage the storage, this is doable. I ave though of using a bit map to mark storage usage and have program 2 look at this bit map..but this would require another token ..maybe... I know this is not a new concept , but I am trying to simplify my code Scott ford www.identityforge.com Tell me and I'll forget; show me and I may remember; involve me and I'll understand. - Chinese Proverb
