0

As the description of the property maxAcive of org.apache.commons.dbcp.BasicDataSource says that it sets the maximum number of active connections that can be allocated from this pool at the same time, or negative for no limit.

Will there be any impact in the application if we set the maxActive value to -1?

Any clarification for this would be highly appreciable.

Thanks Marshal

IMJS
  • 863
  • 2
  • 13
  • 25

1 Answers1

0

There are no negative impact(if that is what you meant by your question) per se in the application. It would override the default value of 8

senseiwu
  • 5,001
  • 5
  • 26
  • 47