0
votes
1answer
114 views

Is an IIS-Spawned Process CPU-Limited?

Seems more appropriate here than at StackOverflow; we'll see if it gets closed. Let's say I have an IIS App Pool set to cap at 25%. But the pool runs a webservice which spawns a process. Is that ...