Wednesday, 15 April 2015

ios - Calling two webservices at the same time using RestKit -



ios - Calling two webservices at the same time using RestKit -

hello using restkit first time , able phone call webservices there situation have phone call 2 webservices on 1 of viewcontroller info required server ex : have 1 service gives userprofile info , sec have phone call userleveltype

right calling first webservices gives me useprofile when info calling sec webservices userleveltype want phone call both services @ 1 time

is there way accomplish calling 2 different web services @ 1 time.

i using rkobjectrequestoperation phone call webservices possible create queue or other solution not aware of

thanks helping.

use object manager command request operations handling. utilize enqueueobjectrequestoperation: pass handling on object manager. access operationqueue of object manager can phone call setmaxconcurrentoperationcount: limit number of concurrent processes running (you shouldn't have more 4 or 5 @ 1 time).

ios objective-c web-services restkit

No comments:

Post a Comment