• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSURLConnection Latency on iPhone
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSURLConnection Latency on iPhone


  • Subject: Re: NSURLConnection Latency on iPhone
  • From: Jens Alfke <email@hidden>
  • Date: Tue, 6 Jan 2009 07:35:07 -0800


On Jan 5, 2009, at 11:13 AM, Mark Pauley wrote:

Your lightweight, custom TCP proto is likely the way to go here. You might want to consider using CFSocketStream if you desire SOCKS support (and don't want to implement it yourself, SOCKS is actually pretty simple to implement) or if you need SSL support.

This is an opportune moment to plug my MYNetwork library, which includes an Obj-C wrapper around CFNetwork that makes it easy to implement custom protocols, as well as an implementation of BLIP, a custom message-oriented protocol I designed that's something of a cross between HTTP and BEEP. BLIP fully supports pipelining, so you can send multiple messages without having to wait for the responses to arrive. (It also allows either side to initiate a request, which is handy for P2P usage.)


http://mooseyard.com/projects/MYNetwork/

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: NSURLConnection Latency on iPhone (From: Mark Pauley <email@hidden>)

  • Prev by Date: Safari is now sending If-None-Match: headers
  • Next by Date: Re: Safari is now sending If-None-Match: headers
  • Previous by thread: Re: NSURLConnection Latency on iPhone
  • Next by thread: Safari is now sending If-None-Match: headers
  • Index(es):
    • Date
    • Thread