[Citadel Development] Re: Citadel commit log: revision 8275

2010-02-06 Thread IGnatius T Foobar
* use mmap to read the download file for output; this way we don't need to copy it into memory first and can let the kernel do this job Does mmap() read the whole file into memory at the kernel level? Or does it merely provide userspace with the illusion that this has happened?

[Citadel Development] Re: Citadel commit log: revision 8275

2010-02-06 Thread IGnatius T Foobar
Fair enough. Is it portable?