Re: WrMeta
Re: WrMeta
- Subject: Re: WrMeta
- From: Dave Keck <email@hidden>
- Date: Mon, 09 Jul 2012 12:21:25 -1000
Thanks for your help Chris & Tilghman -- with your insight I'm seeing
25-35% speedups in my app.
Here's an example code snippet to help those in the future; it
disables access-time updates for the current thread:
#include <sys/types.h>
#include <sys/sysctl.h>
int sysctlValue = KERN_RAGE_THREAD;
int sysctlResult = sysctlbyname("kern.rage_vnode", NULL, NULL,
&sysctlValue, sizeof(sysctlValue));
assert(!sysctlResult);
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >WrMeta (From: Dave Keck <email@hidden>) |
| >Re: WrMeta (From: Shantonu Sen <email@hidden>) |
| >Re: WrMeta (From: Dave Keck <email@hidden>) |
| >Re: WrMeta (From: Tilghman Lesher <email@hidden>) |
| >Re: WrMeta (From: Chris Suter <email@hidden>) |
| >Re: WrMeta (From: Tilghman Lesher <email@hidden>) |