Hi, I have added a bsh post processor on a single httpd request node. The post processor is executed three times and i don't understand why. Only one thread is configured and only one loop.
It is like there is a kind of init, the loop execution(thread group), and then the release. It is a problem for me as my bsh script fails on the init/release phase. It works well on the loop execution. Thanks for your response. Laurent

