From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 20:05:02 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 DB04D106564A for ; Fri, 21 Nov 2008 20:05:02 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id B41208FC16 for ; Fri, 21 Nov 2008 20:05:02 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1160357wfg.7 for ; Fri, 21 Nov 2008 12:05:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=iSvK2/OG5sqTmCGbkSRrCHW33JjW8zX9mwXHImMB4Uk=; b=QPYmqskngnP8htJ0zTRwUPwxhcDihkl9N5LGPJ621IpuWLzFnUfnf8GWyfkFG0cqfR cUTXypnh8sREdHjz2bcr/LqFD2xwmKdHK7/4EJktzSf5upOKN3MmxdzH2KUbTg5cRfdC /xWdxFn27uoDs0vyhtOb9LgRnzafzJ0NMxpjE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=p2GRDM0vICdEk1Pb59MvaO9sY8CiNUuJf+CL0TBJhWlElz1etiyS9dBlivNgLFeFOD JAt2A4rg9aiNegmU04Yh3GkbJi70c3bQ5Z160X9KPHEBvkh5qXH1LRv/SAwqae3R8gko SsbLsIip0jsuUZJ2zPbqcQX2Sx5/zpv5oFo7I= Received: by 10.142.254.6 with SMTP id b6mr429486wfi.157.1227296004862; Fri, 21 Nov 2008 11:33:24 -0800 (PST) Received: by 10.143.7.8 with HTTP; Fri, 21 Nov 2008 11:33:24 -0800 (PST) Message-ID: Date: Fri, 21 Nov 2008 19:33:24 +0000 From: Freminlins To: "Ansar Mohammed" In-Reply-To: <006701c94c01$01b27280$05175780$@com> MIME-Version: 1.0 References: <001101c94bea$f6a94a50$e3fbdef0$@com> <20081121173520.A2549@wojtek.tensor.gdynia.pl> <006701c94c01$01b27280$05175780$@com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Kernel SMB performance 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: Fri, 21 Nov 2008 20:05:02 -0000 2008/11/21 Ansar Mohammed > I think you are. We should care about a KERNEL module being bug free and > high performance. Agreed. We did a migration from a Windows email server a while back (about 40,000 mail boxes). As customers logged into the FreeBSD boxes, a process was kicked off to copy email from the Windows box to the FreeBSD boxes, this being done using SMB + some parsing in the script. This worked flawlessly for about 10 million files.