From owner-freebsd-questions@FreeBSD.ORG Sat Nov 13 19:02:45 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87F921065670 for ; Sat, 13 Nov 2010 19:02:45 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9CB8FC12 for ; Sat, 13 Nov 2010 19:02:45 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id A2F0CE6C2E; Sat, 13 Nov 2010 19:02:44 +0000 (GMT) Received: from unknown (client-86-27-19-226.glfd.adsl.virginmedia.com [86.27.19.226]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Sat, 13 Nov 2010 19:02:42 +0000 (GMT) Date: Sat, 13 Nov 2010 19:02:31 +0000 From: Bruce Cran To: Robert Bonomi Message-ID: <20101113190231.000073a8@unknown> In-Reply-To: <201011131848.oADImeTj025257@mail.r-bonomi.com> References: <201011131848.oADImeTj025257@mail.r-bonomi.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Tips for installing windows and freeBSD both.. anyone?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 19:02:45 -0000 On Sat, 13 Nov 2010 12:48:40 -0600 (CST) Robert Bonomi wrote: > Au Contraire, WINDOWS *itself* forbids more than one application > from having the same file open forworking on. Wrong. Windows *itself* doesn't care - lots of applications just don't specify FILE_SHARE_WRITE: "An application also uses CreateFile to specify whether it wants to share the file for reading, writing, both, or neither. This is known as the sharing mode. An open file that is not shared (dwShareMode set to zero) cannot be opened again, either by the application that opened it or by another application, until its handle has been closed. This is also referred to as exclusive access." from http://msdn.microsoft.com/en-us/library/aa363874%28VS.85%29.aspx -- Bruce Cran