Live data from Hacker News

Viewing profile — esbcupper

esbcupper

HN member
Joined
Thu, Jan 20, 2011, 4:41 AM UTC
HN karma
3
Public activity
2 items

About esbcupper

No profile information was provided.

Recent public activity

  1. comment
    Comment #2122946

    Instead of having concurrent requests wait for the single request to the backend it's almost always better to use stale-while-revalidate ( http://tools.ietf.org/html/draft-nottingh…

  2. comment
    Comment #2122679

    Filo's BSD hack to buffer the entire HTTP request and then pass it on has the same effect as using nginx here. It doesn't help with keepalive though, but that's probably not needed…