Re: NSURLConnection performance on iPhone

2009-08-02 Thread Alastair Houghton
On 2 Aug 2009, at 06:50, Ben Lachman wrote: I'm working on a small iPhone project this weekend that among other things downloads some medium sized video files. To do this I set up a NSURLConnection and use an NSOutputStream to write the data to my apps' documents folder as it arrives.

NSURLConnection performance on iPhone

2009-08-01 Thread Ben Lachman
Hi All: I'm working on a small iPhone project this weekend that among other things downloads some medium sized video files. To do this I set up a NSURLConnection and use an NSOutputStream to write the data to my apps' documents folder as it arrives. The only problem is that I'm seeing