Re: non-blocking file writes
Re: non-blocking file writes
- Subject: Re: non-blocking file writes
- From: Kaelin Colclasure <email@hidden>
- Date: Tue, 8 Jul 2003 10:01:46 -0700
This omission seems to date back at least to the era of OpenStep --
because GNUstep implements methods for non-blocking writes and
documents them as extensions to the specification. I'd suggest filing a
bug report at bugreport.apple.com requesting that these be adopted.
Sure, it won't solve your immediate problems, but it will call Apple's
attention to the omission...
-- Kaelin
On Tuesday, July 8, 2003, at 07:11 AM, Devon E Bowen wrote:
If the kernel's wedged waiting on a hung NFS mount, I would think
that your application's responsiveness would be of secondary concern.
Like I said, depends on your requirements. My app is actually doing
multiple tasks. If one portion of that work needs to wait on a file
there is no reason for the rest of the work to wait. It's my job to
make the system is fault tolerant as possible, not to find someone
else to blame. 8-)
Devon
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.