Er, he just told you how. Or are you asking how to do pipelining on iOS 3? (which was also pretty much answered)
On 18 Jul 2010, at 17:08, SridharRao M wrote: > Any one have idea of implementing this. > > If any please share with me. > > > Thanks, > Sridhar. > > On Sat, Jul 17, 2010 at 10:00 PM, Dave DeLong <[email protected]> wrote: > >> On iOS 4 there's a method on NSMutableURLConnection to do this (something >> like setHTTPShouldUsePipelining:). If you need a solution for iOS 3.x, I'm >> afraid I've been trying to find one for a long time, and short of writing >> pipelining yourself, I don't think there is one. >> >> Dave >> >> Sent from my iPhone >> >> On Jul 17, 2010, at 10:14 AM, SridharRao M <[email protected]> wrote: >> >>> Hi Group, >>> >>> I want to implement HTTP Pipe lining communication in my iphone >> application >>> for web images downloading into my application. >>> >>> If any one implemented this already please suggest me how to implement >> this >>> in iPhone. >>> >>> Thanks in advance. >>> >>> Regards, >>> Sridhar. >>> _______________________________________________ >>> >>> Cocoa-dev mailing list ([email protected]) >>> >>> Please do not post admin requests or moderator comments to the list. >>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com >>> >>> Help/Unsubscribe/Update your Subscription: >>> http://lists.apple.com/mailman/options/cocoa-dev/davedelong%40me.com >>> >>> This email sent to [email protected] >> _______________________________________________ >> >> Cocoa-dev mailing list ([email protected]) >> >> Please do not post admin requests or moderator comments to the list. >> Contact the moderators at cocoa-dev-admins(at)lists.apple.com >> >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/cocoa-dev/macsridhar%40gmail.com >> >> This email sent to [email protected] >> > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/cocoadev%40mikeabdullah.net > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
