in reply to Re: Shared memory and asynchronous access
in thread Shared memory and asynchronous access
Thanks James, but I think there is a confusion between variable in a same script and different, independent scripts. I have other threads running in this application and I have had no problem sharing variables (using Threads::shared it's very easy), generating events...etc.
Again, my main issue to share information between two processes that are completely independent. It seems that shared memory (there are different packages/solutions out there) is my solution but maybe you have better suggestion since I'm not able to put it in place (except on Mac/Linux).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Shared memory and asynchronous access
by Anonymous Monk on Apr 05, 2017 at 21:32 UTC | |
by vef445 (Novice) on Apr 05, 2017 at 21:48 UTC |