tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: multi-threaded nfsd, RPC SVCXPRT re-usage



On Wed, Jun 04, 2014 at 12:14:19PM +0200, Edgar Fuß wrote:
> During a discussion un the am-utils list, it emerged that the RPC library
> apparantly doesn't allow one SVCXPRT to service two request in parallel 
> (e.g. accept a second before the first has been replied to) because the 
> structure contains (private) fields specific to a request.
> 
> How does the (threaded) NetBSD in-kernel NFS server deal with that?

it doens't use the rpc library, it has its own implementation.

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index