Archives June 8, 2013
Do I really need 0-copy?
Written by
on
in
Snaking,
Pony.
Nginx Upload Module's key feature/optimization is that as nginx streams the multipart post to disk, it directs the embedded files directly to separate file handles, you can then just move those files to the final location. So far everything I've seen to replace it has at least a couple of copies going on, as they ...