Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Fri, 19 Oct 2001 14:05:38 -0700
From: Mark Tigges <m@idelix.com>
To: Jesper Eskilson <jojo@virtutech.se>
Cc: cygwin@cygwin.com
Subject: Re: performance questions
Message-ID: <20011019140538.B32152@babbage.numericalmethods.com>
References: <20011017104803.A3626@babbage.numericalmethods.com> <u671yjz65m5.fsf@rachel.vtab.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <u671yjz65m5.fsf@rachel.vtab.com>; 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 <m@idelix.com> 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/

