From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c9d4dd8154a69ea5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-14 08:19:54 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.isc.org!agilent.com!sdd.hp.com!enews.sgi.com!news.tele.dk!small.news.tele.dk!195.54.122.107!newsfeed1.bredband.com!bredband!newsspool1.bredband.com!news1.bredband.com.POSTED!not-for-mail From: "Per Sandbergs" Newsgroups: comp.lang.ada References: <7ff8fedb.0209130639.73c7489@posting.google.com> Subject: Re: Performance problem between SAMBA and Gnat X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Sat, 14 Sep 2002 17:20:02 +0200 NNTP-Posting-Host: 213.114.165.252 X-Complaints-To: news-abuse@bredband.com X-Trace: news1.bredband.com 1032016791 213.114.165.252 (Sat, 14 Sep 2002 17:19:51 CEST) NNTP-Posting-Date: Sat, 14 Sep 2002 17:19:51 CEST Organization: A customer of B2 Bredbandsbolaget (www.bredband.com) Xref: archiver1.google.com comp.lang.ada:28969 Date: 2002-09-14T17:20:02+02:00 List-Id: Keeping sources on network drives often incresaes compilation times with a factor of 3 or more regardles of operating-system. So my recomendation wold be use a version control tool such as CVS to manitain a repository that is backed up and work on your local hard-drive (commit changes on a regular basis). /Per "BAILLET philippe" wrote in message news:7ff8fedb.0209130639.73c7489@posting.google.com... > I have performance problems when i compile ADA files on NT 4.0 with > the Gnat compiler when the files are located on a SAMBA UNIX > Filesystem. Certainly the most time is spend in the checking phase. > > Could you help me ?