←back to thread

257 points pg | 2 comments | | HN request time: 0.75s | source
Show context
Luyt ◴[] No.2120836[source]
"It turns out there is a hack in FreeBSD, invented by Filo, that causes the O/S not to give a new connection to the server until an entire HTTP request has arrived."

I wouldn't call it a hack, but a feature ;-)

    # Buffer a HTTP request in the kernel 
    # until it's completely read.
    apache22_http_accept_enable="yes"
Is HackerNews web scale?
replies(1): >>2120866 #
makmanalp ◴[] No.2120866[source]
What does "web scale" mean? I see it thrown around a lot without much explanation.
replies(2): >>2120884 #>>2120916 #
1. klochner ◴[] No.2120884[source]
http://www.youtube.com/watch?v=b2F-DItXtZs
replies(1): >>2120903 #
2. Luyt ◴[] No.2120903[source]
A transcript can be found at http://mongodb-is-web-scale.com/

"Shards are the secret ingredient in the web scale sauce. They just work."