Here is the requirement :
- In simple words, I have a static dictionary(say dictionaryX) in a class (say ClassX in shared.py file) that needs to be shared across multiple agents and multiple processes in grinder.
How do I achieve this..?
Any help would be greatly appreciated. Thanks in advance