Re: Unsafe Pickle Saving

[email protected] Sun, 21 Oct 2007 17:33:54 -0500
Newsgroups gmane.mail.spam.spambayes.devel
Message-ID <[email protected]>
    David> The result was that, when I was doing server-side filtering,
    David> cache pickles would be read while being written, and SpamBayes
    David> wasn't prepared to deal with the corruption.

David,

Can you explain how the pickle would be read and written simultaneously?
Are we talking multiple apps or the same app from multiple threads?
(Haven't looked at your patch yet...)

Thx,

Skip