N
Newbee
Looking for some suggetions on the following..
I have an array that gets filled by multiple application. Same instance
of this array(static array) will be accessed by multiple applications.
ie there will be applications that fill this array and som application
applications that retrieves elements one by one and process and delete
entries from the array. How do I ensure thread safety for this array?
Thanks in advance
I have an array that gets filled by multiple application. Same instance
of this array(static array) will be accessed by multiple applications.
ie there will be applications that fill this array and som application
applications that retrieves elements one by one and process and delete
entries from the array. How do I ensure thread safety for this array?
Thanks in advance