NSXMLParser thread safe?
NSXMLParser thread safe?
- Subject: NSXMLParser thread safe?
- From: Graham Cox <email@hidden>
- Date: Fri, 01 Jun 2012 13:45:25 +1000
Hi all,
Just wondering if anyone knows whether NSXMLParser is thread safe. I'm using it to parse SVG files - when I do it threaded, I get a crash in [NSXMLParser parseData:], unthreaded it works fine.
If I know it should be thread-safe, I can look to see whether anything in the parser's delegate is not thread-safe even though it appears to crash in the NSXMLParser itself. The documentation doesn't say one way or the other.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden