Internals: how do I send large file to the client?

ruslan_osmanov nginx-forum at nginx.us
Mon Aug 12 19:30:49 UTC 2013


Hi,

I'm writing a filter module which implies a backend to be sending XML with
information about files that have to be concatenated and sent to the
client.

One way to send a file is to `ngx_read_file` into a buffer allocated in the
heap(pool) and push it onto the chain. However, I obviously can't allocate
~10G
in the heap. I have to send it chunk-by-chunk. How do I perform such kind of
I/O?

Regards.

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,241796,241796#msg-241796



More information about the nginx mailing list