views:

23

answers:

1

Hi,

Can any one of you post the code snippet, example tutorial on handling the multiple

NSURLConnections from the same viewController using cocoa Touch framework....

Thanks for all your future help.....

A: 

See this link for the answer. It wraps nsurlconnection with asihttp, which makes your life much easier.

http://stackoverflow.com/questions/2406276/does-asihttp-support-multi-threads

Jordan
Jordan, I can't find a solution for it.Can you post a relative example using ASIHTTPRequest.If you found any code snippet using NSURLConnection on this issue, let me try with that, will be more helpful for my application.Thanks for all your help.
Here's the ASI documentation. If you can't follow the documentation, you may need to do some background reading before attempting NSURLConnection. The use of Network Queues is spelled out in plain language with code examples. http://allseeing-i.com/ASIHTTPRequest/How-to-use
Jordan