473,387 Members | 1,493 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,387 software developers and data experts.

Sleepy web app

I have several web apps, some small, some large. To a user, they seem to go
to sleep after some amount of time. To me, they are reloading the
assemblies into the Gac or something and causing a lot of noise on the
server while doing so.

To clarify... if nobody hits the web app for an extended period of time (I
presume this is either a cache time or maybe just so many hours) that the
web app can take as long as 20 seconds or so before it delivers the first
page, then after that it is as fast as html files.

This is quite unacceptable so I am looking for your remedy in this matter.

Thanks

VS03 Projects
IIS5, P4, 1.8 Poweredge, 1g Mem, 15krpm scsi

--
Jerry Boone
Nov 18 '05 #1
4 928
asp.net web sites are recycled for lots of reasons, including timeout. you
might want to create a job that polls your web site, so that when a reload
is required, it takes the hit. you could also have you application unload
event trigger this job.

more options will exist in a future release.

-- bruce (sqlwork.com)
"Jerry Boone" <je***@antech.biz.killspam> wrote in message
news:to*******************@newssvr24.news.prodigy. com...
I have several web apps, some small, some large. To a user, they seem to go to sleep after some amount of time. To me, they are reloading the
assemblies into the Gac or something and causing a lot of noise on the
server while doing so.

To clarify... if nobody hits the web app for an extended period of time (I
presume this is either a cache time or maybe just so many hours) that the
web app can take as long as 20 seconds or so before it delivers the first
page, then after that it is as fast as html files.

This is quite unacceptable so I am looking for your remedy in this matter.

Thanks

VS03 Projects
IIS5, P4, 1.8 Poweredge, 1g Mem, 15krpm scsi

--
Jerry Boone

Nov 18 '05 #2
You can actually change this setting in machine.config. There is an
idleTimeout property in the processmodel section you can set.

"Jerry Boone" <je***@antech.biz.killspam> wrote in message
news:to*******************@newssvr24.news.prodigy. com...
I have several web apps, some small, some large. To a user, they seem to go to sleep after some amount of time. To me, they are reloading the
assemblies into the Gac or something and causing a lot of noise on the
server while doing so.

To clarify... if nobody hits the web app for an extended period of time (I
presume this is either a cache time or maybe just so many hours) that the
web app can take as long as 20 seconds or so before it delivers the first
page, then after that it is as fast as html files.

This is quite unacceptable so I am looking for your remedy in this matter.

Thanks

VS03 Projects
IIS5, P4, 1.8 Poweredge, 1g Mem, 15krpm scsi

--
Jerry Boone

Nov 18 '05 #3
Hmm... very good -- app unload would be suitable.

Thanks Bruce!
"bruce barker" <no***********@safeco.com> wrote in message
news:uh**************@TK2MSFTNGP09.phx.gbl...
asp.net web sites are recycled for lots of reasons, including timeout. you
might want to create a job that polls your web site, so that when a reload
is required, it takes the hit. you could also have you application unload
event trigger this job.

more options will exist in a future release.

-- bruce (sqlwork.com)
"Jerry Boone" <je***@antech.biz.killspam> wrote in message
news:to*******************@newssvr24.news.prodigy. com...
I have several web apps, some small, some large. To a user, they seem to
go
to sleep after some amount of time. To me, they are reloading the
assemblies into the Gac or something and causing a lot of noise on the
server while doing so.

To clarify... if nobody hits the web app for an extended period of time

(I presume this is either a cache time or maybe just so many hours) that the web app can take as long as 20 seconds or so before it delivers the first page, then after that it is as fast as html files.

This is quite unacceptable so I am looking for your remedy in this matter.
Thanks

VS03 Projects
IIS5, P4, 1.8 Poweredge, 1g Mem, 15krpm scsi

--
Jerry Boone


Nov 18 '05 #4
This is nice to know, thanks Marina!
"Marina" <so*****@nospam.com> wrote in message
news:OL**************@TK2MSFTNGP10.phx.gbl...
You can actually change this setting in machine.config. There is an
idleTimeout property in the processmodel section you can set.

"Jerry Boone" <je***@antech.biz.killspam> wrote in message
news:to*******************@newssvr24.news.prodigy. com...
I have several web apps, some small, some large. To a user, they seem to
go
to sleep after some amount of time. To me, they are reloading the
assemblies into the Gac or something and causing a lot of noise on the
server while doing so.

To clarify... if nobody hits the web app for an extended period of time

(I presume this is either a cache time or maybe just so many hours) that the web app can take as long as 20 seconds or so before it delivers the first page, then after that it is as fast as html files.

This is quite unacceptable so I am looking for your remedy in this matter.
Thanks

VS03 Projects
IIS5, P4, 1.8 Poweredge, 1g Mem, 15krpm scsi

--
Jerry Boone


Nov 18 '05 #5

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

Similar topics

1
by: Dan Olsen | last post by:
I am trying to install and use Berkeley XML DB with Python. However, I keep getting errors. The weblog at Sleepy Cat said to build Python with the latest version of Berkeley DB. I can't get it to...
11
by: Robert Blackwell | last post by:
I have a record in an access dbase that has some stuff in it and then on a web page I have this code. <% If cstr(rsProducts("Logos")) = "OP" Then %> <img name="Logo" src="images/op_big.gif"...
2
by: KinRsole | last post by:
Hi I need to write some queries for a collage assignment but I am really struggling.I am very new to any form of SQL. I have the following tables. Sorry about the formatting....
1
by: shaun roe | last post by:
I want to ensure that a reference from one element to another is valid, e.g <character name="sleepy"> <friends_with name="doc"/> </character> <character name="sneezy"> <friends_with...
6
by: frizzle | last post by:
Hi group, I have a site, which content is mostly based on what it finds in a mySQL database. All queries etc. are performed by PHP. Somehow, no matter what section of the site (still in test...
3
by: asincero | last post by:
Is there anyway to catch the following type of bug in Python code: message = 'This is a message' # some code # some more code if some_obscure_condition: nessage = 'Some obscure condition...
2
by: mochinushi | last post by:
Im a newb C++ programmer trying to figure out what concepts and protocols i should be reading on... What im trying to accomplish is a "stealth" tunnel/forwarder from my computer at the dorm to a...
3
by: autodidact | last post by:
Hello, Guys I'm TOTALLY new at programming (in fact i HATE it) but i heard so much good things about Perl (that its also EASY) i decided to start with it. But I'm having trouble installing it on...
5
by: Luis Zarrabeitia | last post by:
I need to parse a file, text file. The format is something like that: TYPE1 metadata data line 1 data line 2 .... data line N TYPE2 metadata data line 1 ....
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.