[Evolution-hackers] mmap() for the summary file

2006-06-11 Thread Philip Van Hoof
Hi there, I've been trying to replace the fread()/fopen() implementation in camel-folder-summary.c with an mmap() one. I know camel-file-utils.c will put duplicate strings in a hashtable and that way reduce memory usage for the summary information. Because a lot mail boxes have duplicate strings

[Evolution-hackers] mmap() for the summary file

2006-06-11 Thread Philip Van Hoof
Hi there, I've been trying to replace the fread()/fopen() implementation in camel-folder-summary.c with an mmap() one. I know camel-file-utils.c will put duplicate strings in a hashtable and that way reduce memory usage for the summary information. Because a lot mail boxes have duplicate strings

Re: [Evolution-hackers] How would this work?

2006-06-11 Thread Harish Krishnaswamy
Yes. It is indeed possible for you to use the IMAP camel provider to talk to your custom server. Just have a look at how the GroupWise provider is implemented. See camel_provider_module_init () in