From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Lemmer Webber Subject: Re: "guix deploy" is in git master Date: Thu, 11 Jul 2019 00:27:58 -0400 Message-ID: <87tvbtry9d.fsf@dustycloud.org> References: <87a7drn0ux.fsf@dustycloud.org> <874l3zse7o.fsf@elephly.net> <87wogujmld.fsf@elephly.net> <871rz19a4h.fsf@gnu.org> <87r270ig1d.fsf@sdf.lonestar.org> <87lfx8jphz.fsf@elephly.net> <87sgrd6b79.fsf@sdf.lonestar.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34569) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlQgc-0000fP-Mv for guix-devel@gnu.org; Thu, 11 Jul 2019 00:28:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlQgb-0001ww-N3 for guix-devel@gnu.org; Thu, 11 Jul 2019 00:28:02 -0400 Received: from dustycloud.org ([50.116.34.160]:40502) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hlQgb-0001sB-Fw for guix-devel@gnu.org; Thu, 11 Jul 2019 00:28:01 -0400 In-reply-to: <87sgrd6b79.fsf@sdf.lonestar.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Jakob L. Kreuze writes: > Hi Dave, > > "Thompson, David" writes: > >> Agreed. Also this should be done in parallel eventually because >> updating 24 machines serially is silly. > > Good idea. Do we have a Guix-specific API for parallelism, or should I > look to the Guile manual section on Futures? You can spawn a bunch of threads, then use Guile's channels to synchronize with the main thread. (Not to be confused with Guix's channels!)