|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Re: pine 4.21 port issues?
From: Ben Smithurst (ben
FreeBSD.org)Date: Wed Aug 09 2000 - 03:22:51 CDT
- Next message: Garrett Wollman: "Re: pine 4.21 port issues?"
- Previous message: Vladimir Mencl, MK, susSED: "Re: pine 4.21 port issues?"
- In reply to: Vladimir Mencl, MK, susSED: "Re: pine 4.21 port issues?"
- Next in thread: Gerhard Sittig: "Re: pine 4.21 port issues?"
- Next in thread: Garrett Wollman: "Re: pine 4.21 port issues?"
- Next in thread: Fred Souza: "Re: pine 4.21 port issues?"
- Reply: Ben Smithurst: "Re: pine 4.21 port issues?"
- Reply: Gerhard Sittig: "Re: pine 4.21 port issues?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Vladimir Mencl, MK, susSED wrote:
> On Tue, 8 Aug 2000, Gerhard Sittig wrote:
>
>> Question: How does Pine (or C-Client in this scenario) modify
>> the mailbox and how does it lock against the MTA delivering into
>> the box?
>>
>
> Well, does anybody now, how the locking against the MTA is done?
fcntl() or flock() in most cases, I think. Or dotlocking, where to lock
$FILE you create $FILE.lock with O_EXCL|O_CREAT so it fails if the lock
already exists, but that seems crude really, when fcntl()/flock() are so
much easier and probably more efficient and reliable.
> How do multiple copies of the MTA lock against each other (e.g.,
> multiple procmails) ? And how does finally an MUA lock against the MTA ?
All the same way. If the file is locked, neither the MTA or the MUA
cares or knows what has locked it, they wait until it's unlocked.
-- Ben Smithurst / benFreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project /
To Unsubscribe: send mail to majordomo
FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
- Next message: Garrett Wollman: "Re: pine 4.21 port issues?"
- Previous message: Vladimir Mencl, MK, susSED: "Re: pine 4.21 port issues?"
- In reply to: Vladimir Mencl, MK, susSED: "Re: pine 4.21 port issues?"
- Next in thread: Gerhard Sittig: "Re: pine 4.21 port issues?"
- Next in thread: Garrett Wollman: "Re: pine 4.21 port issues?"
- Next in thread: Fred Souza: "Re: pine 4.21 port issues?"
- Reply: Ben Smithurst: "Re: pine 4.21 port issues?"
- Reply: Gerhard Sittig: "Re: pine 4.21 port issues?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]