On Wednesday 02 November 2005 22:06, Dr. Rolf Jansen wrote:
> Today, I managed to use the fcl base64 classes for decoding
> respective parts of the piped through e-mails. However, it took me
> some time to get it to work, and I have still some doubts if the
> base64 decoding class is stable enough
I use Free Pascal for programming a small utility for two quite busy
Mac OS X mail server (Postfix|CRM114|ANOMY|Cyrus) which prepares and
preselects incoming mails (filtering or leraning) for the statistical
mail filter CRM114.
Today, I managed to use the fcl base64 classes for decoding
r
On 11/2/05, Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> On Wed, 2 Nov 2005, Antal wrote:
>
> > How can be avoided in Linux the file corruption due to simultaneous write
> > access from two different process?
>
> Nothing prevents a third process from using the file without locks.
that was what
On Wed, 2 Nov 2005, Antal wrote:
How can be avoided in Linux the file corruption due to simultaneous write
access from two different process?
Or how can it be avoided to access the same file by two different process?
I experienced a few (but painful) data loss due to this problem, and I'm
un