Re: NSImage initWithContentsOfURL slowness

2009-05-04 Thread Nirias
More information: My testing wasnt thorough enough: While Firefox always loads rapidly, Safari has the same delay as cocoa, and there is a clear pattern. Two loads in 1-2 seconds, then the 3rd load takes a really long time. This pattern repeats with every 3rd load delayed, whether loading NSImag

NSImage initWithContentsOfURL slowness

2009-05-04 Thread Nirias
I am trying to grab an image from a network camera but performance is horrible.  My code is: NSLog(@"refreshImage"); url = [NSURL URLWithString:@"http://192.168.1.253/SnapshotJPEG?Resolution=640x480&Quality=Precision";]; NSLog(@"  setURL"); NSImage *image = [NSImage alloc]; NSLog(@"  allocated