NSURLSession has NSoperationqueue internally?
Posted
by
JeffWood
on Stack Overflow
See other posts from Stack Overflow
or by JeffWood
Published on 2014-06-10T09:20:22Z
Indexed on
2014/06/10
9:24 UTC
Read the original article
Hit count: 184
A)If NSURLSession runs task in background in iOS7,Has Apple integrated internally Queue in NSURLSession?How it works in secondary thread and also in App suspended Mode?
B)What is the difference between NSURLSession and NSoperationqueue?
C)If NSURLSession is the replacement of NSURLCOnnection, Can we integrate NSURLSession into NSOPerationqueue?
D)Are both same?
E)Can we do the same thing in NSURLSession as in NSoperationQueue?
If NSURLSession is the relplacement of NSUrlconnection ,Which one is the best in all situations?What is the future of NSUrlconnection?
© Stack Overflow or respective owner