A city-minutes comment box accepts a whole novel and twenty browsers hit generate at once, and the GPU box falls over. Which software limits should the app set?
Select an answer to reveal the explanation.
Short Explanation
A whole novel plus twenty browsers is a GPU outage waiting to happen. Cap input length, client timeouts, and in-flight requests. A consent form, no timeouts, and no concurrency cap will not keep the box up.
Full Explanation
Live generative traffic needs software bounds: max input length, client timeouts, and a cap on in-flight requests. Consent copy is a different domain and does not keep a GPU box up when a novel and twenty browsers arrive. Removing timeouts or concurrency caps makes the outage worse.