Re: NSXMLParser and multithreading

2008-09-16 Thread Benjamin Stiglitz
Excerpts from Mark Thomas's message of Tue Sep 16 11:36:41 -0400 2008: > Was wondering if somebody could answer how thread safe NSXMLParser is, as > I need to use it with NSURL set to remote server and the response could take > a while, so this why I want to put off into another thread. Instance

NSXMLParser and multithreading

2008-09-16 Thread Mark Thomas
Resending, as wondered if anybody had any views on this ? --- Hi All, Was wondering if somebody could answer how thread safe NSXMLParser is, as I need to use it with NSURL set to remote server and the response could take a while, so this why I want to put off into another thread. While I can