From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: [PATCH v2 4/4] upload-archive: use start_command instead of fork Date: Thu, 28 Jul 2011 10:08:45 -0600 Message-ID: <20110728160845.GA14337@sigill.intra.peff.net> References: <1311012516-4836-1-git-send-email-kusmabite@gmail.com> <1311012516-4836-5-git-send-email-kusmabite@gmail.com> <7vmxga7zb9.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Junio C Hamano , git@vger.kernel.org, j6t@kdbg.org To: Erik Faye-Lund X-From: git-owner@vger.kernel.org Thu Jul 28 18:09:01 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QmT8v-0002Jk-CP for gcvg-git-2@lo.gmane.org; Thu, 28 Jul 2011 18:09:01 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754563Ab1G1QIv (ORCPT ); Thu, 28 Jul 2011 12:08:51 -0400 Received: from 99-108-226-0.lightspeed.iplsin.sbcglobal.net ([99.108.226.0]:38032 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754308Ab1G1QIu (ORCPT ); Thu, 28 Jul 2011 12:08:50 -0400 Received: (qmail 12293 invoked by uid 107); 28 Jul 2011 16:09:21 -0000 Received: from S010690840de80b38.ss.shawcable.net (HELO sigill.intra.peff.net) (70.64.172.81) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Thu, 28 Jul 2011 12:09:21 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Thu, 28 Jul 2011 10:08:45 -0600 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Jul 28, 2011 at 10:32:54AM +0200, Erik Faye-Lund wrote: > > Hmm, how well would this change work with recent archive-filter work by > > Peff, especially with the "when remote, disable some features" bits? > > > > Thanks for the notice. And no, not at all :( > > OK then. I'll probably have to rewrite this to use start_async + > dup-bonanza instead of start_command... What's the issue? In my final version, I didn't think I changed run_upload_archive much at all. I would think there would be a trivial text conflict at the end of run_upload_archive, but the semantics should otherwise be the same. Let me know if you need help untangling it. -Peff