site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hG0KUGUGZF28WurAKhxlzeNafyR0ACPaOVIeamIRgXzwhVaiw0Ic7kkalleYOaHvFJBUs4HkVU+k+G4qKKkcqi6luPFPMkiZ/LvD6aVVeQ4agsf17y9OhsaeM/vYgc6M+wAKp9WwbFhWArTOZsb6S4hbtjawyca2e0VwOc+gVjI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GZo5H7DmrKlgDocatsdpjc702IvvE7c4RJ1nHKID1gIv9mj70SzjWKCBwQXo4sSExyb/AeqWNpKK76kXiO7s+dxnTNEpV/Mv+BVHlVavlXA3Y2J7xJ9hhsaNfMvWqPQCSL1Q83TxCAWq9IABwO2/gjaX3uY2RsoyWTy0S1ItA7Q= Andrew Gallatin writes:
I doesn't look like Darwin/MacOSX has an O_DIRECT option to disable caching on the file at open time. Does MacOSX/Darwin have a way to disabling caching on a per-mountpoint basis? I got two, independant suggestions to try fcntl(fd, F_NOCACHE, 1). Execellent! But before I go trying to re-compile these applications, I'm still wondering if there is any way to limit the ubc like in Tru64...
Limit in what way? -Shawn _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... On 3/13/07, Andrew Gallatin <gallatin@cs.duke.edu> wrote: This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson