From owner-freebsd-questions@FreeBSD.ORG Sun Sep 21 21:38:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 792371065674 for ; Sun, 21 Sep 2008 21:38:25 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0A98FC17 for ; Sun, 21 Sep 2008 21:38:25 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 32CC4AFBC01; Sun, 21 Sep 2008 13:38:24 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 21 Sep 2008 23:31:50 +0200 User-Agent: KMail/1.9.7 References: <20080921221347.I15388@wojtek.tensor.gdynia.pl> <48D6B72C.4060000@wallnet.com> In-Reply-To: <48D6B72C.4060000@wallnet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809212331.51267.fbsd.questions@rachie.is-a-geek.net> Cc: Tim Kellers , Wojciech Puchar Subject: Re: FSJ clone X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2008 21:38:25 -0000 On Sunday 21 September 2008 23:05:48 Tim Kellers wrote: > multimedia files. It works very well when the target (or source) file > is a large multimedia file that needs to be transmitted in small > sections and reassembled. Then it's no different then split/cat. It would be different, if it would handle different multimedia formats special, preserving keyframes accross parts, for example. FreeBSD split/cat is perfectly capable of handling large files and doesn't need tons of #ifdef's to be Portable(tm). -- Mel Problem with today's modular software: they start with the modules and never get to the software part.