This is a discussion on Re: [courier-users] Question about storage architecture? Hardlinksfor within the Courier-Imap forums, part of the Mail Servers and Related category; Gordon Messmer wrote: > = > Mitch (WebCob) wrote: > > [...] Gmail uses a hardlink-like system to basically reference count &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Gordon Messmer wrote:
> = > Mitch (WebCob) wrote: > > [...] Gmail uses a hardlink-like system to basically reference count > > messages received =96 saves on storage demands and makes their market= ing > > needs easier=85 > > > > Could something similar be accomplished with courier (not the marketi= ng > > =96 just the storage savings!) > = > I don't think it can be accomplished without a massive and fundamental > change to courier. On a unix fs, a hard link is just a reference to th= e > destination file. The link points to an inode which contains permissio= n > data, etc. Either the first user to receive the message would have > permission to modify it, or no one would. The latter would require tha= t > the entire system drop the unix security model and start storing > messages either in a central location, or in a DB like Exchange. > Maildrop would likely have to be removed from the system, as well. No, maildrop would likely have to be enhanced. It might have a function to store the message as shareable or share it if it's shareable already rather than making a copy. Not that I think it is worth. Better ways to save storage may be to store= attachments using binary encoding, to use compression on files that have not been searched in the last NNN days, et cetera. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |