JMeter JDBC Pool configuration
问题 Is there a practical use of JMeter's JDBC Pool configuration I tried to use Max Number of Connections 10 and it caused issues with Oracle max connection reached. It seems from documentation below that its usage is discourage, so I still wonder if there's scenarios that it could be useful. Max Number of Connections Maximum number of connections allowed in the pool. In most cases, set this to zero (0). This means that each thread will get its own pool with a single connection in it, i.e. the