In your Oracle HTTP Server configuration file, you have configured the following directives as:
StartServers 10
MaxSpareServers 20
MinSpareServers 15
Which statement is true?
A.
Initially, the parent process would start 15 child processes, but later it would start more child
processes automatically to reach the value specified forMaxSpareServers.
B.
Initially, the parent process would start 10 child processes, but later it would start additional
child processes to maintain the value specified forMinSpareServers.
C.
Only 10 child processes would be running at any given point in time.
D.
Twenty child processes would be running at any given point in time.