AxelS wrote:
> @Ary Borenszweig: Good idea but I can't pipe data to a HTTP-server located 
> somewhere in the internet...

I believe he means to read the file in chunks, sending them across the
network as you get them.

> OK, I tried it with C's malloc and free - but everytime I access my array, D 
> puts the memory into its heap...I'm getting crazy because of this!

D doesn't copy data like that; something else must be going on.

Reply via email to