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

2010-02-06 Thread dothebart
Sa Feb 06 2010 12:39:18 EST von IGnatius T Foobar @ Uncensored Betreff: Re: Citadel commit log: revision 8275 Fair enough. Is it portable? don't know whether it'll work in cygwin, but all unix like os'es should support it. the manpage tells that some flags and giving the target pointer i

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

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

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

2010-02-06 Thread dothebart
  Sa Feb 06 2010 10:33:05 EST von IGnatius T Foobar @ Uncensored Betreff: Re: Citadel commit log: revision 8275 * 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 me

[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? Obv