Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9269647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:10:37+00:00 2026-06-18T15:10:37+00:00

WWDC 2012 session 706 – Networking Best Practices explains HTTP Pipelining . By default

  • 0

WWDC 2012 session 706 – Networking Best Practices explains HTTP Pipelining.

  • By default its disabled on iOS
  • In the talk its described it as a huge performance win.

Why might you not want to use it?

pipelining

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T15:10:39+00:00Added an answer on June 18, 2026 at 3:10 pm

    Implementation bugs

    For pipelining to work, responses must come back in the order they were requested. A naive server implementation might just send the response as soon as it has been calculated. If multiple requests are sent in parallel, and the first request one takes longer to process (e.g. processing a larger image), then the responses will be out of order.

    This is a problem for the client since HTTP is a stateless protocol, the client has no way to match the requests with the responses. It is reliant on the order the responses came back in.

    A server MUST send its responses to those requests in the same order that the requests were received.

    • Safari apparently used HTTP pipelining for images at least. This results in an issue where images would be swapped around.
    • AFNetworking used to use pipelining, but it was pulled after a reported issue.
    • All major browsers (other than Opera) have HTTP pipelining is disabled or not implemented.

    Performance issues

    Even if the server does properly support pipelining, performance issues can arise because all subsequent requests have to wait for the first one to be complete (Head of Line blocking).

    • This article, talks about performance loss in some circumstances and a potential of denial of service attack.

    • This article also suggest that pipelining isn’t a massive win.

    • WWDC 2015 – Networking with NSURLSession explains head of line blocking really well. (The solution is to switch to HTTP 2 which support priorities)

    Head of line blocking

    So in summary the issues with HTTP pipelining are:

    • Some servers & most proxies don’t support it. (Perhaps due to security / reliability / or performance concerns)
    • Some servers support it incorrectly and this can lead to client bugs.
    • It is not necessarily a performance win.
    • Susceptible to head of line blocking
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the WWDC 2012 Session titled The Evolution of View Controllers on iOS -
This code is from Apple's WWDC 2011 Session 318 - iOS Performance in Depth
At WWDC 09 in Session 304 Game Development for iPhone, Part 1 (Graphics, Audio),
I'm following WWDC session 412 - Debugging in Xcode. There is a demo there
Here's a slide from WWDC 2010 session 208: conn = [[NSURLConnection alloc] initWithRequest:req delegate:self
In the WWDC video Session 309 - Introducing Interface Builder Storyboarding the speaker adds
A long time ago I watched a WWDC session video where Apple introduced an
From the Apple WWDC we have learned that iOS Safari 5 has tabs, and
I'm studdying the WWDC session #104 for mastering UIScrollViews . I need to create
I am using the following code (showed on WWDC 2012 videos): self.accountStore = [[ACAccountStore

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.