Multiple choice technology web technology

"ability to automatically recycle worker processes based on various criteria"-IIS Feature What are these Criterias?

  1. recycle after a fixed time

  2. recycle after the set no. of requests processed

  3. recycle after set % CPU utilized

  4. recycle after a certain amnt of time has elapsed

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

IIS worker process recycling can be triggered by: fixed time intervals (A), number of requests served (B), and elapsed time (D). CPU utilization (C) is NOT a standard recycling criterion in IIS - memory-based recycling exists but not percentage-based CPU triggers.