Hi
We have written a ATC / Checkman Check Implementation.
As we know the ATC / Checkman framework checks objects in object bundle of 50.
Inside the check implementation we have to make a remote HTTP Call. That will be valid for all n instances.
So the number n is determined by total number of objects / 50.
Question
In this multithreaded scenario how can we introduce a static variable which will be thread safe (making sure no two parallel threads write to this at a same time)
Any suggestions / help.
If you need more context i can explain more.
Thanks & Regards,
Piyush