Re: Problems with large files
Re: Problems with large files
- Subject: Re: Problems with large files
- From: Scott Ribe <email@hidden>
- Date: Tue, 27 Dec 2005 08:58:33 -0700
- Thread-topic: Problems with large files
>
I still cannot seem to work with large files (Larger than 2.9gig).
>
I've tried primatives but they do not cure the problem.
I think you're not freeing the data after reading it into memory. You need
to set up an autorelease pool in your loop, otherwise autoreleased objects
aren't freed until the current event is finished processing, in other words
after your routine returns.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 665-7007 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden