473,385 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ASP.NET 1.1 Application Load Time

Hi,

I'm experiencing a problem when my asp.net 1.1 application starts. It
appears that when the application has not been used for 12 hours or so...I
experience a much longer load time then if the application was loaded
recently. I attempted to do some research on the subject and found a few
sites that talk about pre-compiling, which i attempted to do, however it
doesn't look like this helps if your application is unloaded do to
inactivity.

Has anyone experienced this? Any solutions out there?

Thanks,

Frank Walsh
Nov 19 '05 #1
4 1600
The application clears itself after (n) minutes, this is by design.
You can prolong the length through various IIS and ASP.NET settings though
if you must. Look at the timeout settings, in particular the application ones

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Frank Walsh" wrote:
Hi,

I'm experiencing a problem when my asp.net 1.1 application starts. It
appears that when the application has not been used for 12 hours or so...I
experience a much longer load time then if the application was loaded
recently. I attempted to do some research on the subject and found a few
sites that talk about pre-compiling, which i attempted to do, however it
doesn't look like this helps if your application is unloaded do to
inactivity.

Has anyone experienced this? Any solutions out there?

Thanks,

Frank Walsh

Nov 19 '05 #2
Can you tell me what settings I would need to modify? Or a document I should
reference regarding this?

Thanks,

Frank Walsh

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:03**********************************@microsof t.com...
The application clears itself after (n) minutes, this is by design.
You can prolong the length through various IIS and ASP.NET settings though
if you must. Look at the timeout settings, in particular the application
ones

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Frank Walsh" wrote:
Hi,

I'm experiencing a problem when my asp.net 1.1 application starts. It
appears that when the application has not been used for 12 hours or
so...I
experience a much longer load time then if the application was loaded
recently. I attempted to do some research on the subject and found a few
sites that talk about pre-compiling, which i attempted to do, however it
doesn't look like this helps if your application is unloaded do to
inactivity.

Has anyone experienced this? Any solutions out there?

Thanks,

Frank Walsh

Nov 19 '05 #3
Hi Frank,

As Curt has mentioned, ASP.NET/IIS has a certain idle timeout setting for
asp.net worker process. When the worker process has been idle for more than
the timeout period, it'll be shutdown. Is your ASP.NET server IIS5 or IIS6?

For II5, you can lookup the setting in the server machine's machine.config
file, under the
<processModel> element. You can find the "idleTimeout" attribute within
that element.

For IIS6, by default ASP.NET use the IIS6 application pool model, so you
need to find the application pool of your asp.net application. Then, in the
applcation pool's configuration panel, lookup the "recycle worker process
in miniutes" setting which is under the Recycling tab. The default value is
1740 mins.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Frank Walsh" <f2**@community.nospam>
| References: <#0**************@TK2MSFTNGP09.phx.gbl>
<03**********************************@microsoft.co m>
| Subject: Re: ASP.NET 1.1 Application Load Time
| Date: Wed, 12 Oct 2005 13:29:19 -0400
| Lines: 44
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#H**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: pool-71-241-106-23.scr.east.verizon.net 71.241.106.23
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:350358
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Can you tell me what settings I would need to modify? Or a document I
should
| reference regarding this?
|
| Thanks,
|
| Frank Walsh
|
| "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| news:03**********************************@microsof t.com...
| > The application clears itself after (n) minutes, this is by design.
| > You can prolong the length through various IIS and ASP.NET settings
though
| > if you must. Look at the timeout settings, in particular the
application
| > ones
| >
| > --
| > Curt Christianson
| > site: http://www.darkfalz.com
| > blog: http://blog.darkfalz.com
| >
| >
| >
| > "Frank Walsh" wrote:
| >
| >> Hi,
| >>
| >> I'm experiencing a problem when my asp.net 1.1 application starts. It
| >> appears that when the application has not been used for 12 hours or
| >> so...I
| >> experience a much longer load time then if the application was loaded
| >> recently. I attempted to do some research on the subject and found a
few
| >> sites that talk about pre-compiling, which i attempted to do, however
it
| >> doesn't look like this helps if your application is unloaded do to
| >> inactivity.
| >>
| >> Has anyone experienced this? Any solutions out there?
| >>
| >> Thanks,
| >>
| >> Frank Walsh
| >>
| >>
| >>
|
|
|

Nov 19 '05 #4
Hi Frank,

How are you doing on this issue, does the things in my former reply helps a
little? If there're anything else we can help, please feel free to post
here.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| X-Tomcat-ID: 77190788
| References: <#0**************@TK2MSFTNGP09.phx.gbl>
<03**********************************@microsoft.co m>
<#H**************@TK2MSFTNGP12.phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: st*****@online.microsoft.com (Steven Cheng[MSFT])
| Organization: Microsoft
| Date: Thu, 13 Oct 2005 04:41:15 GMT
| Subject: Re: ASP.NET 1.1 Application Load Time
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| Message-ID: <8u**************@TK2MSFTNGXA01.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Lines: 80
| Path: TK2MSFTNGXA01.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:131009
| NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
|
| Hi Frank,
|
| As Curt has mentioned, ASP.NET/IIS has a certain idle timeout setting for
| asp.net worker process. When the worker process has been idle for more
than
| the timeout period, it'll be shutdown. Is your ASP.NET server IIS5 or
IIS6?
|
| For II5, you can lookup the setting in the server machine's
machine.config
| file, under the
| <processModel> element. You can find the "idleTimeout" attribute within
| that element.
|
| For IIS6, by default ASP.NET use the IIS6 application pool model, so you
| need to find the application pool of your asp.net application. Then, in
the
| applcation pool's configuration panel, lookup the "recycle worker process
| in miniutes" setting which is under the Recycling tab. The default value
is
| 1740 mins.
|
| Thanks,
|
| Steven Cheng
| Microsoft Online Support
|
| Get Secure! www.microsoft.com/security
| (This posting is provided "AS IS", with no warranties, and confers no
| rights.)
| --------------------
| | From: "Frank Walsh" <f2**@community.nospam>
| | References: <#0**************@TK2MSFTNGP09.phx.gbl>
| <03**********************************@microsoft.co m>
| | Subject: Re: ASP.NET 1.1 Application Load Time
| | Date: Wed, 12 Oct 2005 13:29:19 -0400
| | Lines: 44
| | X-Priority: 3
| | X-MSMail-Priority: Normal
| | X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| | X-RFC2646: Format=Flowed; Original
| | Message-ID: <#H**************@TK2MSFTNGP12.phx.gbl>
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | NNTP-Posting-Host: pool-71-241-106-23.scr.east.verizon.net 71.241.106.23
| | Path:
|
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
| 2.phx.gbl
| | Xref: TK2MSFTNGXA02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:350358
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Can you tell me what settings I would need to modify? Or a document I
| should
| | reference regarding this?
| |
| | Thanks,
| |
| | Frank Walsh
| |
| | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| | news:03**********************************@microsof t.com...
| | > The application clears itself after (n) minutes, this is by design.
| | > You can prolong the length through various IIS and ASP.NET settings
| though
| | > if you must. Look at the timeout settings, in particular the
| application
| | > ones
| | >
| | > --
| | > Curt Christianson
| | > site: http://www.darkfalz.com
| | > blog: http://blog.darkfalz.com
| | >
| | >
| | >
| | > "Frank Walsh" wrote:
| | >
| | >> Hi,
| | >>
| | >> I'm experiencing a problem when my asp.net 1.1 application starts. It
| | >> appears that when the application has not been used for 12 hours or
| | >> so...I
| | >> experience a much longer load time then if the application was loaded
| | >> recently. I attempted to do some research on the subject and found a
| few
| | >> sites that talk about pre-compiling, which i attempted to do,
however
| it
| | >> doesn't look like this helps if your application is unloaded do to
| | >> inactivity.
| | >>
| | >> Has anyone experienced this? Any solutions out there?
| | >>
| | >> Thanks,
| | >>
| | >> Frank Walsh
| | >>
| | >>
| | >>
| |
| |
| |
|
|

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: bingfeng | last post by:
I have some codes generated by perl, in which initialize some huge struct,such as PARA TOS_network_spantree_set_0_para_0 = { "vlan", emNUM, NULL, "", "configuration on a designated vlan",...
0
by: Hyper X | last post by:
Hey guys, I have about 150 forms using the ComboBoxes. There is at least one combobox in every form. I am filling the comboboxes on FormLoad of every form. Eg., Fill Staff table on form...
2
by: Dinesh Jain | last post by:
Hi all , As we run the .NET exe, first of all it loads all the necessary system dlls and user dlls at load time and then displays the main form of the application. But in between loading these...
5
by: jcrouse | last post by:
Many of you who may respond to this are somewhat familiar with my app in process (Cor). Simply, it's a form with 30 labels that is triggered from another application, with a hotkey. The labels text...
4
by: Ravi Ambros Wallau | last post by:
Hi: We developed a set of ASP.NET Web Applications that never runs in stand-alone mode, but always inside a portal (Rainbow Portal). All modules are copied on that portal. My question is: load...
1
by: Ravi Ambros Wallau | last post by:
Hi, it's me again: I have made an extensive search at google and finding a lot of information, but nothing that matters for me. My problem is that I've about three hundreds DLL's on bin folder. If...
5
by: Ravi Ambros Wallau | last post by:
Dear friends: This is my third question on this news in three days... Sorry for this spam behavior :-) I've a lot of problems on "first page load" after some change on web.config or even in the...
1
by: my cats, Gag and yak | last post by:
I am trying to decrease the time a asp 3.5 website loads. Does changing the business layer to separate DLLs ( so they are only in memory when needed ) improve load time, or, . . . any help is...
5
by: =?Utf-8?B?bWFzaXg=?= | last post by:
We have an issue with load time in several installations of our application. We've located the information regarding KB 936707 and ensured that the application config file contains the runtime...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.