using NSURLConnection to download NSArray

2010-11-09 Thread Stephen Blinkhorn
Hello, I'm using a simple NSArray stored on a web server as part of a version tracking system. First I download the array using arrayWithContentsOfURL: and check the version etc. The problem with this approach is that if the server is down the method appears to hang indefinitely. So

Re: using NSURLConnection to download NSArray

2010-11-09 Thread Nick Zitzmann
On Nov 9, 2010, at 12:26 PM, Stephen Blinkhorn wrote: I'm using a simple NSArray stored on a web server as part of a version tracking system. First I download the array using arrayWithContentsOfURL: and check the version etc. The problem with this approach is that if the server is down

Re: using NSURLConnection to download NSArray

2010-11-09 Thread Stephen Blinkhorn
On 9 Nov 2010, at 13:32, Nick Zitzmann wrote: On Nov 9, 2010, at 12:26 PM, Stephen Blinkhorn wrote: I'm using a simple NSArray stored on a web server as part of a version tracking system. First I download the array using arrayWithContentsOfURL: and check the version etc. The problem