I am having a problem with IIS 6 spawning too many CGI threads at one time.
We have backend limitations on the number of CGI transactions that can be
supported at any one time and would like to find a way to throttle them back
to a set number of simultaneous transactions. Is there a way to handle this
within IIS 6? Previous versions off IIS we had to tweak the registry to
support more threads. IIS has no longer has the limitations and that has
moved the problem upstream from the web server and I would like to find a
way to put a cap on the number of transactions at any given time.



Thanks