From owner-freebsd-arch Wed Nov 7 16:25: 8 2001 Delivered-To: freebsd-arch@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 5ED1037B419; Wed, 7 Nov 2001 16:25:04 -0800 (PST) Received: from dialup-209.245.141.138.dial1.sanjose1.level3.net ([209.245.141.138] helo=mindspring.com) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 161d09-0003w5-00; Wed, 07 Nov 2001 16:25:01 -0800 Message-ID: <3BE9D10F.7702D0FE@mindspring.com> Date: Wed, 07 Nov 2001 16:25:51 -0800 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Julian Elischer Cc: Robert Watson , freebsd-arch@FreeBSD.org Subject: Re: Changing req->p to req->td in sysctl References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Julian Elischer wrote: > netsmb and netncp, along with smbfs and nwfs > are the two modules that defeated me in trying to change them to > a threaded model. This is because they have some > idea of a "session" but it is not clear to me that > whether a session is a "per thread or Per process" thing. NCP is session per connection. SMB is session over connection, or session per connection. I would _not_ recommend a thread per session. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message