I'm acquiring data from a database asynchronously. Is there any way I can limit the concurrent requests to a number, but still execute the rest?
I saw a post using NSOperation and NSOperationQueue
but this is too complicated for me.
Is there any other ways to do it?
Can GCD achieve it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…