I have setup Python Bottle web application on IIS using wfastcgi.
All works fine, but I am trying to understand how multi-threading works.
I did a bit of testing, and I fount out IIS starts several bottle applications (as opposed to calling the same one multiple times) when there are too many request to handle on a single app synchronously.
Do how know how I can see how many applications maximum IIS is allowed to start? and if there is somewhere I can monitor how many are actually running?