On Sat, May 01, 2004 at 10:09:24PM +0200, G�mes G�za wrote: > Ok, but something like the following scenario: > Start downloading the file > As X bytes have arived allow access to them > Continue downloading in the backgroun until the wole file get cached > Would it be possible?
That would be possible, but it would demand rewriting of kernel modules for all supported platforms - as then venus will have to intercept read()s and possibly write()s while currently it does not need to see them. Regards, -- Ivan
