Searched refs:maxConnections (Results 1 – 1 of 1) sorted by relevance
120 int maxConnections = getConnectionNum(); in testManyConnectionsUsingOneThread() local121 openConnections(maxConnections); in testManyConnectionsUsingOneThread()123 maxConnections, vc.size()); in testManyConnectionsUsingOneThread()168 int maxConnections = getConnectionNum(); in testInsertOfManyRowsUsingOneThread() local169 Logger.global.info("Opening " + maxConnections + " to database " in testInsertOfManyRowsUsingOneThread()171 openConnections(maxConnections); in testInsertOfManyRowsUsingOneThread()173 int tasksPerConnection = Support_SQL.sqlMaxTasks / maxConnections; in testInsertOfManyRowsUsingOneThread()175 + " by (maxConnections) " + maxConnections + " = " in testInsertOfManyRowsUsingOneThread()192 * maxConnections, rs.getInt("counter")); in testInsertOfManyRowsUsingOneThread()260 private void openConnections(int maxConnections) { in openConnections() argument[all …]