From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 6 Sep 2018 10:33:53 +0300 From: Konstantin Osipov Subject: Re: [PATCH 2/8] vinyl: don't use mempool for allocating background tasks Message-ID: <20180906073353.GB8205@chai> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Vladimir Davydov Cc: tarantool-patches@freelists.org List-ID: * Vladimir Davydov [18/09/04 20:59]: > Background tasks are allocated infrequently, not more often than once > per several seconds, so using mempool for them is unnecessary and only > clutters vy_scheduler struct. Let's allocate them with malloc(). OK to push. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov