I have multiple NSURLConnections running providing data back to the delegate objects. Is it safe for these delegate objects all to store their data into a single instance of an sqlite database connection?
ie Do the callbacks to the delegates come back in on different threads?