| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Switching to async is not ideal for me, unless you can suggest another way to simulate blocking I/O. I'm running each connection on a distinct thread. As such, I changed my setup code to ignore the cache: NSMutableURLRequest *urlRequest = [NSMutableURLRequest requestWithURL:url cachePolicy:NSURLRequestReloadIgnoringLocalCacheData timeoutInterval:60.0]; This seems to have suppressed the leak, although I'm now seeing another 3.5KB leak stemming from an NSOperation: 12 3.50 Kb 0x0 11 libSystem.B.dylib 3.50 Kb _pthread_body 10 Foundation 3.50 Kb __NSThread__main__ 9 Foundation 3.50 Kb -[NSThread main] 8 Foundation 3.50 Kb -[NSOperation start] 7 Foundation 3.50 Kb -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] 6 Foundation 3.50 Kb NSKVONotify 5 Foundation 3.50 Kb +[NSOperation observeValueForKeyPath:ofObject:change:context:] 4 Foundation 3.50 Kb __finishedOp 3 Foundation 3.50 Kb __scheduleAll 2 Foundation 3.50 Kb -[NSThread start] 1 libSystem.B.dylib 3.50 Kb pthread_create 0 libSystem.B.dylib 3.50 Kb malloc I don't think this is networking related, but is still somewhat mysterious. - Ladd On Nov 12, 2008, at 1:10 PM, Mark Pauley wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/email@hidden This email sent to email@hidden
| References: | |
| >Possible leak from NSURLConnection sendSynchronousRequest on iPhone (From: Ladd Van Tol <email@hidden>) | |
| >Re: Possible leak from NSURLConnection sendSynchronousRequest on iPhone (From: Mark Pauley <email@hidden>) | |
| >Re: Possible leak from NSURLConnection sendSynchronousRequest on iPhone (From: Mark Pauley <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.