I use a Critical Section Controller in my jmx and I want to use jmx in Distributed enviroment, but there is a warning that it can't be done:
Critical Section Controller takes locks only within one JVM, so if using Distributed testing ensure your use case does not rely on all threads of all JVMs blocking.
How can I still block multi threads for accessing same block for when using master-salve execution?
Can I use blocking using file system with OS Process Sampler?