Print Page | Close Window

IIS Multithreading

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=26896
Printed Date: 29 March 2026 at 1:44pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: IIS Multithreading
Posted By: Gullanian
Subject: IIS Multithreading
Date Posted: 27 January 2009 at 9:42am
I'm building a web application in classic ASP.  Someone uploads a bunch of files, then the files are processed in various ways on the server which is a very time consuming process, so I've written an ajax get progress checker that queries a page on the server and get the files progress.

Problem is when you upload a bunch of files and then query the server from the same client connection it has to wait until the first request is complete.

I don't know too much about IIS, is there any setting to change the way this works?  I'm using:

Microsoft Windows Server 2003 Standard Edition
Management Console 3.0
Version 5.2 (Build 3790 : Service Pack 2)

Thanks for any help

Tom



Replies:
Posted By: Gullanian
Date Posted: 27 January 2009 at 9:46am
Oops forgot to mention this is IIS 6.,and that script debugging has been disabled.


Posted By: Gullanian
Date Posted: 27 January 2009 at 10:18am
After a bit more digging:

<%@ EnableSessionState=False %>

Seems to work.  Hope someone else finds it useful!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net