From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87143 invoked by alias); 19 May 2017 21:50:05 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 87123 invoked by uid 89); 19 May 2017 21:50:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=BAYES_05,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=H*MI:yandex, networking, all!, H*UA:Bat! X-HELO: forward3o.cmail.yandex.net Received: from forward3o.cmail.yandex.net (HELO forward3o.cmail.yandex.net) (37.9.109.247) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 May 2017 21:50:02 +0000 Received: from smtp1p.mail.yandex.net (smtp1p.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b6:6]) by forward3o.cmail.yandex.net (Yandex) with ESMTP id 4E96B206BE for ; Sat, 20 May 2017 00:50:03 +0300 (MSK) Received: from smtp1p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1p.mail.yandex.net (Yandex) with ESMTP id 305D61780CBB for ; Sat, 20 May 2017 00:50:02 +0300 (MSK) Received: by smtp1p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id SlA6KNPr8q-o1wmQNKE; Sat, 20 May 2017 00:50:01 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Authentication-Results: smtp1p.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0 Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Fri, 19 May 2017 21:37:32 -0000 Date: Fri, 19 May 2017 22:01:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <9810467454.20170520003732@yandex.ru> To: All Subject: 5 seconds to update link info? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00325.txt.bz2 Greetings, All! _a=fileA; _b=fileB; [ ! -f "$_a" ] && touch "$_a"; [ ! -f "$_b" ] && ln "$_a" "$_b"; for i in $(seq 1 10); do sleep 1; [ "$_a" -ef "$_b" ] && { echo Timed in $i; break;}; done; rm "$_a" "$_b" When executed this oneliner over Samba 4.3 network share, it takes 5 seconds to match the newly created hardlink. I'm wondering if this is Cygwin, Samba or Windows networking issue? -- With best regards, Andrey Repin Saturday, May 20, 2017 00:31:35 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple