Date: Wed, 07 Nov 2001 16:25:51 -0800 From: Terry Lambert <tlambert2@mindspring.com> To: Julian Elischer <julian@elischer.org> Cc: Robert Watson <rwatson@FreeBSD.org>, freebsd-arch@FreeBSD.org Subject: Re: Changing req->p to req->td in sysctl Message-ID: <3BE9D10F.7702D0FE@mindspring.com> References: <Pine.BSF.4.21.0111071606110.71994-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BE9D10F.7702D0FE>