标签: iphone ios nsurlconnection
在我的应用程序中,我每次从applicationWillEnterForeground从后台到前台设置NSURLConnection。它通常工作正常(获得didReceiveResponse需要1秒),但是当我将我的应用程序放在背景上大约5分钟以上时,获取响应需要很长时间(didReceiveResponse在7 - 8秒内)。背景时间越长,花费的时间就越多。可能是什么原因?谢谢!