Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 19 Oct 2001 14:05:38 -0700 From: Mark Tigges To: Jesper Eskilson Cc: cygwin AT cygwin DOT com Subject: Re: performance questions Message-ID: <20011019140538.B32152@babbage.numericalmethods.com> References: <20011017104803 DOT A3626 AT babbage DOT numericalmethods DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jojo@virtutech.se on Fri, Oct 19, 2001 at 04:56:18PM +0200 On Fri, Oct 19, 2001 at 04:56:18PM +0200, Jesper Eskilson wrote: > Mark Tigges writes: > > > Hi, > > > > I have a couple of performance questions. Mostly due to access > > through cygwin to data stored on a linux machine shared via SMB. > > > > > > I have //cardano/anm mounted at /anm > > Don't. Read the FAQ and find out why. The only answer in the faq (that I see) relates to a deprecated feature for drive specification. In this case cardano is a machine. I have mounted the smb share that cardano exports. So the question still stands if I run: find //cardano/anm/sw/cvsroot -name somefile it takes 2/3 the time as: find /anm/sw/cvsroot -name somefile So it seems that there is a pretty serious consequence in using the cygwin mount system against network shares is expensive. does anybody have any idea what is going on here? mark. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/