<div dir="ltr">have u know the split command in linux . you can use that to split file then send it after you can use join command  to join files</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 13, 2013 at 1:00 AM, ruslan_osmanov <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm writing a filter module which implies a backend to be sending XML with<br>
information about files that have to be concatenated and sent to the<br>
client.<br>
<br>
One way to send a file is to `ngx_read_file` into a buffer allocated in the<br>
heap(pool) and push it onto the chain. However, I obviously can't allocate<br>
~10G<br>
in the heap. I have to send it chunk-by-chunk. How do I perform such kind of<br>
I/O?<br>
<br>
Regards.<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,241796,241796#msg-241796" target="_blank">http://forum.nginx.org/read.php?2,241796,241796#msg-241796</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>