HTTP Pipe lining communication in iPhone application

2010-07-17 Thread SridharRao M
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. _

Re: HTTP Pipe lining communication in iPhone application

2010-07-18 Thread SridharRao M
OS 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 wrote: > > > Hi Group, >

Reg: sending a URL request in a thread and receiving response in another thread

2010-07-19 Thread SridharRao M
Hi All, I have to download around 100 images from web by sending a each image URL in "Sender Thread" and receiving the response from another thread "Receiver Thread". Is there any possibility to download images in this way sequentially by using maximum band width of URL connection. Can any one

iPhone Wifi detection and turnoff

2010-11-26 Thread SridharRao M
Hi All, Is there any way to do "iPhone app that turns off wireless to the iphone then turns it back on again on clicking of 2 buttons inside our application". Is there any framework available in iphone SDK to detect current network status and disable and enabling if it is wifi? Thanks in advanc

CFWriteStreamWrite Blocking if we give invalid Host.

2008-06-18 Thread SridharRao M
Hi, I am using CFWriteStreamWrite to write some command on server and using CFReadStreamRef to retrieve some value from server. CFWriteStreamWrite is blocking if we give invalid host address,instead it should return -1 as result.But it's blocking, In the documentation it 's given as use CFWriteStr

Loading Debugger After playing audio file

2008-07-03 Thread SridharRao M
Hi, I am developing application for playing audio on iPhone.I am using AudioFileServices & AudioQueueServices to play the audio. After Playing one audio file it's loading GDB .I am properly using audioqueuedispose & audiofileclose after playing completed. But i am not able to identify why the

Re: Loading Debugger After playing audio file

2008-07-03 Thread SridharRao M
On Thu, Jul 3, 2008 at 2:09 PM, SridharRao M <[EMAIL PROTECTED]> wrote: > Hi, > > I am developing application for playing audio on iPhone.I am using > AudioFileServices & AudioQueueServices to play the audio. > > After Playing one audio file it's

How to get array of characters from NSString

2008-08-07 Thread SridharRao M
Hi,I want to retrieve characters from NSString Can any one guide me how to do it. Ex: NSString *ob=@"TEST Object"; Now how to retrieve the "Test Object " value into my Char Array. Regards, Sri. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Pl

How to create rounded view for iPhone App

2008-08-26 Thread SridharRao M
Hi, I want to create rounded view for my app. Please any one suggest me how to do it. Regards, Sridhar. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

How to get Safari Bookmarks in the code

2008-09-29 Thread SridharRao M
Hi All, I am creating a application that needs to display Safari Bookmarks. Is there any way to get safari bookmarks. Please help me in this.. Regards, Sridhar. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

How to find nearest food courts in iPhone

2008-12-16 Thread SridharRao M
Hi All, How we can find out nearest food courts to the current iphone palce through program. I think with the CoreLocation Framework we can find out current place of the iPhone. Thanks in advance, Regards, SRIDHAR. ___ Cocoa-dev mailing list (Cocoa-de

ssl certificate validation

2009-02-25 Thread SridharRao M
Hi All,I need to connect to a a service that uses certificate based authentication over SSL. They provided a certificate that i need to validate before sending requests to their server. I found a method "+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString*)host;" to ignore ssl certificate errors.

Anyone used kCFStreamSSLCertificates and kCFStreamPropertySSLPeerCertificates

2009-03-02 Thread SridharRao M
Hi all,Any one worked on kCFStreamSSLCertificates and kCFStreamPropertySSLPeerCertificates in cf streams. Can you please guide how can i proceed to client side validating using SSL certificate. Sridhar. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.

How to draw rounded Images

2008-12-03 Thread SridharRao M
Hi, How to draw rounded images (like application icons) for iPhone. Regards, SRIDHAR. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admin