From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 75C3F2C53C for ; Sat, 29 Sep 2018 00:37:17 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nTim6lvGgIqH for ; Sat, 29 Sep 2018 00:37:17 -0400 (EDT) Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 304E72C24D for ; Sat, 29 Sep 2018 00:37:17 -0400 (EDT) Received: by smtp60.i.mail.ru with esmtpa (envelope-from ) id 1g670F-0007QQ-6d for tarantool-patches@freelists.org; Sat, 29 Sep 2018 07:37:15 +0300 Date: Sat, 29 Sep 2018 07:37:12 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v2 01/11] vinyl: add helper to start scheduler and enable quota on startup Message-ID: <20180929043712.GE32712@chai> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org * Vladimir Davydov [18/09/28 21:00]: > There are three places where we start the scheduler fiber and enable the > configured memory quota limit: local bootstrap, remote bootstrap, and > local recovery completion. I'm planning to add more code there so let's > factor it out now. OK to push. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov