Asynchronous vs Synchronous vs Threading in an iPhone App

后端 未结 8 1485
失恋的感觉
失恋的感觉 2021-01-30 05:28

I\'m in the design stage for an app which will utilize a REST web service and sort of have a dilemma in as far as using asynchronous vs synchronous vs threading. Here\'s the sce

8条回答
  •  萌比男神i
    2021-01-30 06:16

    An official response is that you should almost always go asynchronous and that synchronous is bad. I found ASIHTTPRequest makes asynchronous requests easy-peasy.

提交回复
热议问题