From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 30 Nov 2000 08:37:06 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Locking fcntl() and flock() patches Message-ID: <3A2611B2.30170.382C7@localhost> References: <5 DOT 0 DOT 1 DOT 4 DOT 0 DOT 20001129230443 DOT 0259fec0 AT pop5 DOT banet DOT net> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > Btw, Windows 9X will disallow some of the file accesses (when the file > is open) if another program has it already open. Perhaps that's what > Mark meant with ``read locks on per file basis''? Actually, I was thinking about the SH_DENY* flags. Mark