I am using ASIHTTpREQUEST
I am adding about 10 requests to ASINetworkQueue and calling go ( exactly like in the sample code ) .
But as soon as my queue starts my iphone ui totally freezes and "unfreezes" only when queue is done .
I want my UIAction to take priority over network activity . Should i be doing/ setting something else ?