Re: Asynchronously writing to a file?
Re: Asynchronously writing to a file?
- Subject: Re: Asynchronously writing to a file?
- From: Robert Cerny <email@hidden>
- Date: Thu, 13 Mar 2003 15:01:19 +0100
Hi,
the best way would be to stand another thread to write the file. I
would recommend the create a copy of your document in memory (to
prevent file corruption in case of user changes while saving it) and
write it.
Robert
On Thursday, Mar 13, 2003, at 13:21 Europe/Prague, Dan Bernstein wrote:
Hi all,
I have an NSFileHandle I'd like to write to asynchronously (i.e.
without blocking). What's the... simplest way to do this?
TIA,
-- Dan
_______________________________________________
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.