Shotwell ran into this problem with Soup and multipart uploads some time back. &nbsp;Dan Winship pointed out that memory-mapped I/O would solve that problem, and I suspect it would work here too.<br><br>--&nbsp;Jim

<br><br>On Wed, Oct 8, 2014 at 12:14 PM, Jérémy Lal &lt;kapouer@melix.org&gt; wrote:<br>
<blockquote type="cite"><div class="plaintext" style="white-space: pre-wrap;">Le mercredi 08 octobre 2014 à 16:04 -0300, Gustavo Noronha Silva a
écrit :
<blockquote> On Dom, 2014-08-31 at 23:31 +0200, Jérémy Lal wrote:
 &gt; webkit_web_resource_get_data is used to get a response data, but in case
 &gt; of big files, video for example, it can easily eats a lot of memory.
 &gt; The "received-data" signal would be a very nice place to receive the
 &gt; data chunks as they are downloaded. Is this possible or does it goes
 &gt; against webkit architecture ?
 
 Hmm. I think it could be. Perhaps what we need is a way of getting an
 InputStream out of WebResource, so you could use the regular read
 operations to fetch the contents, how about that?
</blockquote>
Looks good to me... i'll happily test it to stream the data to my
node-webkitgtk module :)

Jérémy.


_______________________________________________
webkit-gtk mailing list
webkit-gtk@lists.webkit.org
<a href="https://lists.webkit.org/mailman/listinfo/webkit-gtk">https://lists.webkit.org/mailman/listinfo/webkit-gtk</a>
</div></blockquote>