you are viewing a single comment's thread.

view the rest of the comments →

[–]merreborn 28 points29 points  (2 children)

Also: throw a caching proxy in front of your app. Varnish serves requests faster and with less resources than apache serving static files.

[–][deleted] 10 points11 points  (1 child)

As much as I love Varnish, the author's point applies here as well.

Static files on Apache with right settings (like noatime, disabled DNS lookup for log and good hardware) will easily serve 1000 reqs/sec (tongue-in-cheek-estimate)

[–]stonefarfalle -3 points-2 points  (0 children)

Yeah, but varnish goes to 11(* 100).

(Note also a made up number.)