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
w
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 do
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 I