Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ASP TimeOut limit

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS6 works on LAN not on Internet  
Author Message
nfchin

External


Since: Aug 22, 2003
Posts: 10



(Msg. 1) Posted: Sat Aug 23, 2003 1:32 am
Post subject: ASP TimeOut limit
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi, I set ASP TimeOut in IIS Manager Properties to 2
seconds and used Server.ScriptTimeOut to check that it is
in fact =2, but the script that "ran" for about 10
seconds. Why is that so? Are there any other settings that
controls this or there is a minimum script runtime?

 >> Stay informed about: ASP TimeOut limit 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Sat Aug 23, 2003 6:54 pm
Post subject: Re: ASP TimeOut limit [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

How do you know that the script ran for 10 seconds? (part of the time might
be IIS starting up for example). Also, check here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisre...tm/ref_
(if part of the time is used by a server component, eg ADO object, then that
doesn't count towards the timeout value)

Cheers
Ken


"Nyat" <nfchin.RemoveThis@hongleong.com.my> wrote in message
news:00c701c36937$ed8a56d0$a001280a@phx.gbl...
: Hi, I set ASP TimeOut in IIS Manager Properties to 2
: seconds and used Server.ScriptTimeOut to check that it is
: in fact =2, but the script that "ran" for about 10
: seconds. Why is that so? Are there any other settings that
: controls this or there is a minimum script runtime?

 >> Stay informed about: ASP TimeOut limit 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 3) Posted: Wed Sep 03, 2003 9:18 am
Post subject: RE: ASP TimeOut limit [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Remember this about script timeout:

If you have script timeout set to 90 seconds in IIS, and 2 in your code, via Server.ScriptTimeout, then it will have a timeout period of
90 seconds. If you have script timeout set to 90 seconds in IIS, and 100 seconds in your code, then the 100 seconds will prevail.

If you have a simple script you are testing against, it probably had no problems running in 2 seconds; if you want to test it, create a db
connection pulling a large amount of data from a table.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft
Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "Nyat" <nfchin.RemoveThis@hongleong.com.my>
| Sender: "Nyat" <nfchin.RemoveThis@hongleong.com.my>
| Subject: ASP TimeOut limit
| Date: Fri, 22 Aug 2003 22:32:22 -0700
| Lines: 5
| Message-ID: <00c701c36937$ed8a56d0$a001280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNpN+2KW1LP5TlLRXOaQf9gmsrKQg==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:272082
| NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hi, I set ASP TimeOut in IIS Manager Properties to 2
| seconds and used Server.ScriptTimeOut to check that it is
| in fact =2, but the script that "ran" for about 10
| seconds. Why is that so? Are there any other settings that
| controls this or there is a minimum script runtime?
|
 >> Stay informed about: ASP TimeOut limit 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]