Re: HTTP Pipe lining communication in iPhone application

2010-07-20 Thread SanthoshKumarGundu
g RTFD on iOS (Martin Hewitson) 2. Re: HTTP Pipe lining communication in iPhone application (SridharRao M) 3. Re: Initializing unichar variable with a human readable letter (Alastair Houghton) 4. Re: NSInteger compare - Help Needed (Steve Wetzel) 5. Re: NSInteger compare - Help N

Re: HTTP Pipe lining communication in iPhone application

2010-07-18 Thread Mike Abdullah
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

Re: HTTP Pipe lining communication in iPhone application

2010-07-18 Thread SridharRao M
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 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 >

Re: HTTP Pipe lining communication in iPhone application

2010-07-17 Thread Dave DeLong
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 iPh