I dont know if anyone else experences this but. If no-one hits my site in a
few hours the next attempt
is very slow to respond. it delays about 6-10 seconds before it will display
even static web pages.
then it's ready to serve up pages fast. I run static pages, asp.net and web
services on this box.


Any suggestions ?

Thank You ,
Robert

Re: IIS 6.0 Slow on first hit ?? by Ken

Ken
Fri Aug 22 08:58:23 CDT 2003

Possibly because the application is being unloaded...

Cheers
Ken

"Robbo" <Drstripe-spamblock@hotmail.com> wrote in message
news:4GydnXgcQv4yhtuiXTWJjw@giganews.com...
: I dont know if anyone else experences this but. If no-one hits my site in
a
: few hours the next attempt
: is very slow to respond. it delays about 6-10 seconds before it will
display
: even static web pages.
: then it's ready to serve up pages fast. I run static pages, asp.net and
web
: services on this box.
:
:
: Any suggestions ?
:
: Thank You ,
: Robert



Re: IIS 6.0 Slow on first hit ?? by Robbo

Robbo
Fri Aug 22 10:16:42 CDT 2003

Any way to resolve that to make it loaded all the time ?

Thanks I appreciate it very much !

Rob

Re: IIS 6.0 Slow on first hit ?? by sadun

sadun
Fri Aug 22 12:14:59 CDT 2003

experience same problem at .NET applications...

i think that it interpretes Comman Intermediate Language of th ASP.NET
application for first hit. when service restarts or ASP.NET file changes it
makes same latency ...

so bad...



Re: IIS 6.0 Slow on first hit ?? by Ken

Ken
Sat Aug 23 09:44:04 CDT 2003

Use the IIS MMC Snapin.

Open "Application Pools"

Right-click the application pool in question (eg "Default App Pool"), and
choose "Properties"

Goto the "performance tab", and adjust the "Idle Timeout" property as
required.

Cheers
Ken


"Robbo" <Drstripe-spamblock@hotmail.com> wrote in message
news:S_udndGxMt9HrtuiXTWJkg@giganews.com...
: Any way to resolve that to make it loaded all the time ?
:
: Thanks I appreciate it very much !
:
: Rob