From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-06.nifty.com (conssluserg-06.nifty.com [210.131.2.91]) by sourceware.org (Postfix) with ESMTPS id BFA443858D3C for ; Thu, 16 Sep 2021 20:01:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BFA443858D3C Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from Express5800-S70 (z221123.dynamic.ppp.asahi-net.or.jp [110.4.221.123]) (authenticated) by conssluserg-06.nifty.com with ESMTP id 18GK14l0029020 for ; Fri, 17 Sep 2021 05:01:04 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com 18GK14l0029020 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1631822464; bh=ObmbOCAfEbVVbA8xk6SAgF20BQArWRitOScXr6TF9tw=; h=Date:From:To:Subject:In-Reply-To:References:From; b=jMlAscw1fH1BT6/+mKLvqMqNduNkpIrlBGXDng1AfYKfcl90dBK5ZRWRDj4inbC6z B0FHDC6XRmfoWKV4Ndgg1OI/pFr3FE64nWgAva5gnNp1JYGQxi7yIXZq2C8WtMgOeJ ensXi+57x9VoLeRrutMdMAWVKLIb5mZM1vX1yk3Ssd5y9lOywYz1Fitxg/BJz63/uu UUiq3j3iuStWgRUkP6HMWXwJ+mT05qLUa2xAovIJMJL3TmptWdZ4uQV7t/5YtEQFCM qecQHj/KFW8LdbALzrgSsCPImZOcxE6/jUI0JT3XiAMsePDXVHhlEQplEWQuJdhJLF zZ3DfCwWtpU7A== X-Nifty-SrcIP: [110.4.221.123] Date: Fri, 17 Sep 2021 05:01:08 +0900 From: Takashi Yano To: cygwin-developers@cygwin.com Subject: Re: cygrunsrv + sshd + rsync = 20 times too slow -- throttled? Message-Id: <20210917050108.0427cacf58fc473c63013386@nifty.ne.jp> In-Reply-To: <0d5488da-3238-09be-5713-2f20e374ca21@cornell.edu> References: <20210915205433.014102a9c1204687135e1417@nifty.ne.jp> <20210915220450.a96397d8b8159d9adfbdab07@nifty.ne.jp> <3ca95472-9fb2-3e62-3e28-1bd2f85bc018@cornell.edu> <99e3ac84-bee1-4abd-de9a-4ea2e7b62b61@cornell.edu> <20210916180905.5f857dad0568be96ac36cba5@nifty.ne.jp> <20210916220201.63924a67f337ea876954d7c0@nifty.ne.jp> <20210916232756.fe8c744401b6cf703b1fe993@nifty.ne.jp> <4d9e4a0d-1fb0-5fe6-5e09-27ffde8f3174@cornell.edu> <0d5488da-3238-09be-5713-2f20e374ca21@cornell.edu> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-developers@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component developers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2021 20:01:18 -0000 On Thu, 16 Sep 2021 15:48:58 -0400 Ken Brown wrote: > I just noticed something very surprising. Up to now, all my tests have been on > 64-bit. But I just tested the current git head on 32-bit Cygwin, and found that > mintty is very slow to start. If I click on the Cygwin Terminal shortcut, > there's a long delay (about 10 seconds on my system) before the window appears. > Moreover, the window doesn't have focus when it does appear. > > Can anyone else reproduce this? I cannot reproduce that. Proberbly 'strace -o mintty.log mintty' may help to find what is wrong. -- Takashi Yano