kernel mode cache

kernel mode cache

am 10.10.2007 16:38:22 von zxc1

How can I tell if kernel mode caching is running on iis6 w2003 server?
How can I enable it if it is not?
Thanks Soc.

Re: kernel mode cache

am 11.10.2007 05:26:16 von David Wang

On Oct 10, 7:38 am, "SOC" wrote:
> How can I tell if kernel mode caching is running on iis6 w2003 server?
> How can I enable it if it is not?
> Thanks Soc.


It is enabled by default.

You can check Performance Counters to determine if there is a cache
hit or not. But that means that you have to know what causes an item
to be cached and what causes an item to be uncacheable, along with all
sorts of other details.

http://blogs.msdn.com/david.wang/archive/2005/07/07/HOWTO-Us e-Kernel-Response-Cache-with-IIS-6.aspx


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: kernel mode cache

am 11.10.2007 11:39:09 von zxc1

I briefly experimentally enabled odbc logging on a site which is said to
disable kernel mode caching. Is there no simple way to undo this?
Thanks Soc.


"David Wang" wrote in message
news:1192073176.893613.42280@r29g2000hsg.googlegroups.com...
> On Oct 10, 7:38 am, "SOC" wrote:
>> How can I tell if kernel mode caching is running on iis6 w2003 server?
>> How can I enable it if it is not?
>> Thanks Soc.
>
>
> It is enabled by default.
>
> You can check Performance Counters to determine if there is a cache
> hit or not. But that means that you have to know what causes an item
> to be cached and what causes an item to be uncacheable, along with all
> sorts of other details.
>
> http://blogs.msdn.com/david.wang/archive/2005/07/07/HOWTO-Us e-Kernel-Response-Cache-with-IIS-6.aspx
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>

Re: kernel mode cache

am 11.10.2007 20:45:08 von David Wang

Are you asking:
1. I have ODBC logging enabled and I want kernel mode caching
2. I have disabled ODBC logging and kernel mode caching is still
disabled

If #1, the answer is by-design.

If #2, then please show why you think kernel mode caching is disabled
and why you think LACK of ODBC logging is disabling it. There are
literally dozens of ways to disable kernel mode caching, so if you
observe "kernel mode cache is disabled" it hardly means "lack of ODBC
caused it".

Perhaps you changed something else in your experimentation or
installed some other server software, and that is disabling kernel
mode caching.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//





On Oct 11, 2:39 am, "SOC" wrote:
> I briefly experimentally enabled odbc logging on a site which is said to
> disable kernel mode caching. Is there no simple way to undo this?
> Thanks Soc.
>
> "David Wang" wrote in message
>
> news:1192073176.893613.42280@r29g2000hsg.googlegroups.com...
>
>
>
> > On Oct 10, 7:38 am, "SOC" wrote:
> >> How can I tell if kernel mode caching is running on iis6 w2003 server?
> >> How can I enable it if it is not?
> >> Thanks Soc.
>
> > It is enabled by default.
>
> > You can check Performance Counters to determine if there is a cache
> > hit or not. But that means that you have to know what causes an item
> > to be cached and what causes an item to be uncacheable, along with all
> > sorts of other details.
>
> >http://blogs.msdn.com/david.wang/archive/2005/07/07/HOWTO-U se-Kernel-...
>
> > //David
> >http://w3-4u.blogspot.com
> >http://blogs.msdn.com/David.Wang
> > //- Hide quoted text -
>
> - Show quoted text -

Re: kernel mode cache

am 12.10.2007 18:14:05 von zxc1

I'm not sure if kernel mode caching is disabled or not, but I came across an
article saying that odbc logging disables it:

http://www.microsoft.com/technet/prodtechnol/WindowsServer20 03/Library/IIS/8ea48fac-28c0-46ae-9b7a-e4682dae3264.mspx?mfr =true

I have disabled odbc logging and will not be using it. I want to know if
this would have left kernel mode disabled.
Thanks Soc.





"David Wang" wrote in message
news:1192128308.988195.291340@g4g2000hsf.googlegroups.com...
> Are you asking:
> 1. I have ODBC logging enabled and I want kernel mode caching
> 2. I have disabled ODBC logging and kernel mode caching is still
> disabled
>
> If #1, the answer is by-design.
>
> If #2, then please show why you think kernel mode caching is disabled
> and why you think LACK of ODBC logging is disabling it. There are
> literally dozens of ways to disable kernel mode caching, so if you
> observe "kernel mode cache is disabled" it hardly means "lack of ODBC
> caused it".
>
> Perhaps you changed something else in your experimentation or
> installed some other server software, and that is disabling kernel
> mode caching.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
>
>
>
> On Oct 11, 2:39 am, "SOC" wrote:
>> I briefly experimentally enabled odbc logging on a site which is said to
>> disable kernel mode caching. Is there no simple way to undo this?
>> Thanks Soc.
>>
>> "David Wang" wrote in message
>>
>> news:1192073176.893613.42280@r29g2000hsg.googlegroups.com...
>>
>>
>>
>> > On Oct 10, 7:38 am, "SOC" wrote:
>> >> How can I tell if kernel mode caching is running on iis6 w2003 server?
>> >> How can I enable it if it is not?
>> >> Thanks Soc.
>>
>> > It is enabled by default.
>>
>> > You can check Performance Counters to determine if there is a cache
>> > hit or not. But that means that you have to know what causes an item
>> > to be cached and what causes an item to be uncacheable, along with all
>> > sorts of other details.
>>
>> >http://blogs.msdn.com/david.wang/archive/2005/07/07/HOWTO-U se-Kernel-...
>>
>> > //David
>> >http://w3-4u.blogspot.com
>> >http://blogs.msdn.com/David.Wang
>> > //- Hide quoted text -
>>
>> - Show quoted text -
>
>

Re: kernel mode cache

am 12.10.2007 19:19:42 von David Wang

Disabling ODBC logging will not leave kernel mode disabled.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//




On Oct 12, 9:14 am, "SOC" wrote:
> I'm not sure if kernel mode caching is disabled or not, but I came across an
> article saying that odbc logging disables it:
>
> http://www.microsoft.com/technet/prodtechnol/WindowsServer20 03/Librar...
>
> I have disabled odbc logging and will not be using it. I want to know if
> this would have left kernel mode disabled.
> Thanks Soc.
>
> "David Wang" wrote in message
>
> news:1192128308.988195.291340@g4g2000hsf.googlegroups.com...
>
>
>
> > Are you asking:
> > 1. I have ODBC logging enabled and I want kernel mode caching
> > 2. I have disabled ODBC logging and kernel mode caching is still
> > disabled
>
> > If #1, the answer is by-design.
>
> > If #2, then please show why you think kernel mode caching is disabled
> > and why you think LACK of ODBC logging is disabling it. There are
> > literally dozens of ways to disable kernel mode caching, so if you
> > observe "kernel mode cache is disabled" it hardly means "lack of ODBC
> > caused it".
>
> > Perhaps you changed something else in your experimentation or
> > installed some other server software, and that is disabling kernel
> > mode caching.
>
> > //David
> >http://w3-4u.blogspot.com
> >http://blogs.msdn.com/David.Wang
> > //
>
> > On Oct 11, 2:39 am, "SOC" wrote:
> >> I briefly experimentally enabled odbc logging on a site which is said to
> >> disable kernel mode caching. Is there no simple way to undo this?
> >> Thanks Soc.
>
> >> "David Wang" wrote in message
>
> >>news:1192073176.893613.42280@r29g2000hsg.googlegroups.com. ..
>
> >> > On Oct 10, 7:38 am, "SOC" wrote:
> >> >> How can I tell if kernel mode caching is running on iis6 w2003 server?
> >> >> How can I enable it if it is not?
> >> >> Thanks Soc.
>
> >> > It is enabled by default.
>
> >> > You can check Performance Counters to determine if there is a cache
> >> > hit or not. But that means that you have to know what causes an item
> >> > to be cached and what causes an item to be uncacheable, along with all
> >> > sorts of other details.
>
> >> >http://blogs.msdn.com/david.wang/archive/2005/07/07/HOWTO-U se-Kernel-...
>
> >> > //David
> >> >http://w3-4u.blogspot.com
> >> >http://blogs.msdn.com/David.Wang
> >> > //- Hide quoted text -
>
> >> - Show quoted text -- Hide quoted text -
>
> - Show quoted text -