I have a task in which I have to read data using different threads.
The problem is that due to the limitation of read rates, I built different threads with thread groups.
Now can any one tell me how to sleep one entire thread group so that it begins execution from exact same place where it left and the other thread groups remain executing?