Re: [fpc-pascal] base64 decoding

2005-11-02 Thread Vinzent Hoefler
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

[fpc-pascal] base64 decoding

2005-11-02 Thread Dr. Rolf Jansen
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

Re: [fpc-pascal] File locking/protection in Linux

2005-11-02 Thread Tony Pelton
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

Re: [fpc-pascal] File locking/protection in Linux

2005-11-02 Thread Michael Van Canneyt
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