Re: Performance
Re: Performance
- Subject: Re: Performance
- From: Timothy Ritchey <email@hidden>
- Date: Thu, 30 Jan 2003 10:51:59 -0500
How often are you making changes to this file? Is it being shared
somehow, or is it just being used by a single application?
On Wednesday, January 29, 2003, at 11:21 PM, Mathew Peterson wrote:
When looking at writing to a simple database file (i am using a plist
and it is about 15 lines) what type of performance hit are we going to
see? Is it worth me opening up the plist and seeing if something needs
to be changed, or is it better to just write over the top of the file
again?
As a side point to above...what are the chances that something can go
wrong when writing to the file. I am writing atomically, so from
memory nothing can happen.
Thanks.
Mat
_______________________________________________
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.
References: | |
| >Performance (From: Mathew Peterson <email@hidden>) |