--
Scotter
Sincerely,
Kornél
chanmm
"Scotter" <sp...@spam.com> wrote in message
news:00iAc.5207$4g1....@fe2.texas.rr.com...
"Kornél Pál" <anon...@discussions.microsoft.com> wrote in message
news:OZPKdqHV...@tk2msftngp13.phx.gbl...
http.sys cache is the default, if you use any other or your own you have to
know it as you had to set it up.
Sincerely,
Kornél
The following are some links talking about IIS6 caches:
Improving Scalability by Optimizing IIS 6.0 Caches
http://www.microsoft.com/resources/documentation/IIS/6/all/techref/en-
us/iisRG_SCA_20.mspx
Setting the ASP Cache Metabase Property and Registry Entry
http://www.microsoft.com/resources/documentation/IIS/6/all/techref/en-
us/iisRG_SCA_30.mspx
URI Cache
http://www.microsoft.com/resources/documentation/IIS/6/all/techref/en-
us/iisRG_SCA_21.mspx
HTTP.sys Response Cache
http://www.microsoft.com/resources/documentation/IIS/6/all/techref/en-
us/iisRG_SCA_24.mspx
File Cache
http://www.microsoft.com/resources/documentation/IIS/6/all/techref/en-
us/iisRG_SCA_23.mspx
For tuning cache configuration to optimize IIS6 performance, the best
and most detailed reference should be: Ch 6: Optimizing IIS 6.0
Performance and Ch 7: Web Server Scalability in IIS6 resource kit:
Internet Information Services (IIS) 6.0 Resource Kit
http://www.microsoft.com/downloads/details.aspx?familyid=80a1b6e6-829e
-49b7-8c02-333d9c148e69&displaylang=en
Best regards,
WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security
This is the whole purpose of recycling -- to intentionally start over and
toss away potentially corrupted state. If it happens to toss away state you
wanted to keep -- oh well. You should take better care of things.
Maybe you want to reorganize how pages are orgianized to prevent process
recycling for things you want to keep cached -- for example, keep all static
image/HTML files in one AppPool that never recycles, so everything stays
cached. Meantime, place all your apps in different app pools so that they
can recycle if they become flakey.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Scotter" <sp...@spam.com> wrote in message
news:00iAc.5207$4g1....@fe2.texas.rr.com...
Do you have further questions on this topic?
""WenJun Zhang[msft]"" <v-wz...@online.microsoft.com> wrote in message
news:78T2sTzV...@cpmsftngxa10.phx.gbl...