Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 469eeb92207928b5420d9ef217b70747 > files > 126

cyrus-imapd-2.1.12-5mdk.ppc.rpm

<html>
<!-- $Id: notes.html,v 1.2 2002/05/25 19:57:43 leg Exp $ -->

<body>
<ul>
<li>appending: it's important that the index records for individual
messages make it to disk before the index header indicating that
they're there. so something like:
<ol>
<li>sync messages to disk (or depend on <tt>link()</tt> being atomic)
<li>create new index records, flush to disk
<li>create new header if necessary (adding new user flag), flush to disk
<li>flush cache file
<li>update index header, flush to disk
</ol>
</li>



</ul>

</body>
</html>