Hi
What is the exact significance of below water_marks
thread_pool:high_water_mark = "25";
thread_pool:low_water_mark = "24";
thread_pool:initial_threads = "23";
and how to determinr that our C code is using these values for thread.
What happen if we change the value of these parameters.