I'm developing an application only for company’s internal use.(iOS 5 and later)
The application does some tasks and then has a lot off calls to multiple web services.(Some information is read/write from core data). The problem is that all calls together take longer than 10 min.
How can I keep a thread in background communication with web services forever? Can I create a new thread each 10 min?