Hi,
Thank you for sharing this work; it has been a great help! I was wondering if you could show me a working example of using shared memory within both the parent and child threads? I created a shared memory object and set it to a value using the set() method. That value is accessible in the parent but not in the child (it says 'key not found')
Samee.