From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 02:04:57 2010 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 383D4106564A for ; Mon, 22 Nov 2010 02:04:57 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id BD3F18FC15 for ; Mon, 22 Nov 2010 02:04:56 +0000 (UTC) Received: by fxm19 with SMTP id 19so4576010fxm.13 for ; Sun, 21 Nov 2010 18:04:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=YPFsYXN6FURcK6l0VcZ5TJvDnPlnClTKVW+3aBsBtqE=; b=DWWc/aH2/MNukatpZT7U8F/BF9Xe/3Z0WmMeFDQt4e8IAOwHnT4mVFXkNoAxZ5lUxY 9TytrG6llJ9gJ63x94N8aWVcQMtiKqlhN8RKWqeIIviP5Ng4SAGNCYmha5vzjFQtDvNH si0xAVPU3ldy16cm0OaSHbfn5Ite8EzLwZ1wM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DLBK3wAopHMqgSf75F6ubuhN09S4kSmz9KSUHqPq4XVlZk3PbaD0sgJc274LMrGNOC lciYsDIJtB8078u2XlSuMO/cYZtifhhbw3F71ZZpSaceTVZUs+/3W60F1v1QigJ5y7OC DBb7eqvt/79gKNjtM0cS2QMlCj1gtwJNfASd4= MIME-Version: 1.0 Received: by 10.223.127.16 with SMTP id e16mr3556040fas.101.1290391495406; Sun, 21 Nov 2010 18:04:55 -0800 (PST) Received: by 10.223.121.138 with HTTP; Sun, 21 Nov 2010 18:04:55 -0800 (PST) In-Reply-To: References: <4CE94F25.3000609@tundraware.com> Date: Sun, 21 Nov 2010 20:04:55 -0600 Message-ID: From: Adam Vande More To: Tim Daneliuk Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: More On Samba And Softupdates 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: Mon, 22 Nov 2010 02:04:57 -0000 On Sun, Nov 21, 2010 at 2:16 PM, Adam Vande More wrote: > Although from what you describe my choice for the drive would be gjournal + > UFS. If you've got a lot of asynchronous IO that's a better solution. > Instead of asynchronous, I meant multi-threaded. gjournal + UFS handles concurrency better. -- Adam Vande More