IIS7 - only serves up one page at a time. It's a making me crAzY!

后端 未结 8 1267
梦如初夏
梦如初夏 2020-12-05 08:25

Situation: Classic ASP application, using a custom Application Pool. Default settings.

On some IIS7 machines, IIS decides to serve only one page at a time.

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 08:46

    IIS7 is most certanly multi threaded, so I would guess there is a problem with your app.

    You mentioned ActiveX to load a page from same server - maybe this ActiveX isn't free threaded and this causes every page that uses it to run single instance?

    BTW: Web Garden - same server useing multiple processes - cannot use inprocess session Web Farm - multiple web servers

提交回复
热议问题