X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=E3n 3mD/gTWDv9O7YQ/3rbKw0YCsUpEcVTEEA2FnB0OJimfigiD1XtJgfCvTiP8O/0El 8qaV5dqSDtfD75VX/iNoSlG2hUR0cgW1RHJBigvQI2wH42uF+eBUraYS/ftla0E7 u9zwyQMw4EBBcKZ0HcotvZs5M3NywPKC48zIM4qc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=ziTsLkM3u v7cWrko1kVf1axcBws=; b=DFeAFe6QkEhcdCcSq0t/zHtDTpA9gI2ZMMqAjzqsw 1FGdcXeL81OJog9wOhwJjog8sqhCdQ95qC7RPKVqnJXTKU2ic9ezqKqpMtdZcvo4 gWaxqVgYuRwH/VPL/7Z0zZaGRpcGoT71cKP750sQJ9jdy6aKsd6Xa+svBg884MrM Vg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-wi0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=oOmhRAYoTUw38FZ8JHpvlJ6HlZzl3CBQjAlbx0JJju4=; b=TAxWTxNkLIgLOnI+krg3iEnTt41qqTYAajohSZe7Q1YMQfocrS7SXVmLWEPrPWPEMc KnsYquAoT3EiOWfDKyqQrEuEAJ6LJDjw5425vfK/7hZ+eK28TROBo72CddKO32JdIUd+ hRhXBTxoVAAa9UlxuruX99rZcsUq7RLLlRw+V8OLnWGF+zbwy32NtW0MYQkfb6XoJ/Hi wuE2+ZqTzbQQIr05iPCejA5LBwExcVPrf5v+FuaEKiIEXlxQiSkIjg0fqvjD27AbwGhT SUK8y6hm0xWj3PP5vMOdHGD6cWY6mgV2/0sU/EzNa0aRQVLsl20Hz3EFpzoQVK5tEZcf 6WYg== X-Gm-Message-State: ALoCoQmSmYQPk1hKj4l5ZWOEqUvp6CRRDBiABm+4RE84NAOI3wVnKiN23HXqUDghmxv/yzMmJfhs X-Received: by 10.180.205.237 with SMTP id lj13mr23589727wic.52.1432468942768; Sun, 24 May 2015 05:02:22 -0700 (PDT) Message-ID: <5561BDCC.6020809@mezard.eu> Date: Sun, 24 May 2015 14:02:20 +0200 From: =?UTF-8?B?UGF0cmljayBNw6l6YXJk?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: tmux 2.x performance regression when switching windows Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hello, I noticed moving between tmux windows became much slower since 2.0.x when running some applications in the windows. The problems disappear if I move back to 1.9. To reproduce: - Cygwin: CYGWIN_NT-6.1-WOW PMD 2.0.2(0.287/5/3) 2015-05-08 17:03 i686 Cygwin, Win7 64 bits. - Start tmux and create two windows. - In one of the windows, execute the following Go program (natively compiled, Go 1.4.2 64-bits): """ package main import ( "fmt" "time" ) func main() { for i := 0; ; i++ { fmt.Println(i) time.Sleep(500*time.Millisecond) } } """ - Try switching between windows KO => it eventually succeeds but lags a lot. With 1.9, the switch is immediate. -- Patrick Mézard -- 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