Top "Large-files" questions

Large files, whether binary or text, can sometimes be problematic even for an experienced programmer.

What is different with PushStreamContent between web api & web api 2?

I've created two identical web api projects, one in VS 2012 and another in VS 2013, both targeting the 4.5 .net framework. The …

c# asp.net-web-api download large-files
How to detect X-Accel-Redirect (Nginx) / X-Sendfile (Apache) support in PHP?

About Application I am working on an e-commerce application in PHP. To keep URL's secure, product download links are kept …

php apache memory nginx large-files
memory exhausted : for large files using diff

I am trying to create a patch using two large size folders (~7GB). Here is how I'm doing it : $ diff …

diff patch large-files
Python - How to gzip a large text file without MemoryError?

I use the following simple Python script to compress a large text file (say, 10GB) on an EC2 m3.large …

python out-of-memory gzip large-files
Is O_LARGEFILE needed just to write a large file?

Is the O_LARGEFILE flag needed if all that I want to do is write a large file (O_WRONLY) …

c large-files file-descriptor posix-api large-file-support
Upload large files in .NET

I've done a good bit of research to find an upload component for .NET that I can use to upload …

asp.net ajax file-upload httphandler large-files
using a python generator to process large text files

I'm new to using generators and have read around a bit but need some help processing large text files in …

python generator large-files chunks
fseek now supports large files

It appears that fseek now, at least in my implementation, supports large files naturally without fseek64, lseek or some strange …

c++ 64-bit large-files fseek