I have to carry out a series of download and database write operations in my app. I am using the NSOperation and NSOperationQueue for the same.
NSOperation
NSOperationQueue
If you're doing any non-trivial threading, you should use FMDatabaseQueue.