Multiple choice technology web technology

In Production mode default number of connections in a connection pool is

  1. a. 15

  2. b. 25

  3. c. 10

  4. d. -1

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Production mode uses conservative default settings to protect database and system resources. A default connection pool size of 25 provides reasonable throughput for production workloads while preventing resource exhaustion - much lower than development defaults, which typically allow more aggressive pooling for testing convenience.