Squid Web Cache wiki

Squid Web Cache documentation

🔗 Feature: Optimizations

Get rid of some unneeded duplicate copying of information

🔗 Optimise the hard parts

🔗 Implement scatter-gather IO

Avoid having to use the packer to pack HTTP request/reply and headers into a buffer before write()ing to the network-side; this won’t really be worth it until the copies are eliminated (above) and the stackable IO model is in.

Use readv() to read into partially-filled large buffers - the goal is to use larger buffers in the store memory if applicable to hold an entire object in on memory allocation.

Categories: WantedFeature

Navigation: Site Search, Site Pages, Categories, 🔼 go up