From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id B26C2469719 for ; Wed, 18 Mar 2020 17:09:47 +0300 (MSK) Received: by mail-lf1-f67.google.com with SMTP id j17so20456044lfe.7 for ; Wed, 18 Mar 2020 07:09:47 -0700 (PDT) Date: Wed, 18 Mar 2020 17:09:44 +0300 From: Cyrill Gorcunov Message-ID: <20200318140944.GT27301@uranus> References: <20200305122943.7324-1-gorcunov@gmail.com> <20200305122943.7324-5-gorcunov@gmail.com> <20200306213003.GD8140@atlas> <20200318123834.GS27301@uranus> <20200318135815.GB5014@atlas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200318135815.GB5014@atlas> Subject: Re: [Tarantool-patches] [PATCH 04/10] box/txn: move setup of txn start to txn_prepare List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Konstantin Osipov , tml On Wed, Mar 18, 2020 at 04:58:15PM +0300, Konstantin Osipov wrote: > > > > Kostya, I happen to miss this comment. Look, as far as I understand > > this is not about yields, but this timing is used to detect if the > > write itself takes too long time. > > ev time is only updated once per event loop cycle, so as long as > you don't yield, your time is the same. Yeah, indeed. Just found its implementation. I'll drop this misleading comment. Thanks!