Closed Bug 1295255 Opened 8 years ago Closed 6 years ago

Allow BMO to use HTTP X-Sendfile

Categories

(bugzilla.mozilla.org :: Infrastructure, enhancement)

Production
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dylan, Unassigned)

Details

(Keywords: perf)

I'm working on porting the relevant parts of production's httpd to our docker testing containers, so I've been reading over the configs.

It seems that we don't EnableSendfile, which means the httpd will not make use of the sendfile() mechanism.

Many of our files are stored in NFS, so it's possible this is why it was never turned on.

Although it's not clear to me that data/assets or data/templates need to be shared between all the webheads. They need to be consistent (e.g. templates cleared in each push) but serving them locally would allow offloading using sendfile(2) which would be good.
Priority: -- → P3
This is really more of an infrastructure thing.
Component: General → Infrastructure
Priority: P3 → --
QA Contact: mcote
Not really relevant any more.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.