Discussion:
multi-threaded nfsd, RPC SVCXPRT re-usage
(too old to reply)
Edgar Fuß
2014-06-04 10:14:19 UTC
Permalink
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?

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Manuel Bouyer
2014-06-04 10:24:49 UTC
Permalink
Post by Edgar Fuß
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 <***@antioche.eu.org>
NetBSD: 26 ans d'experience feront toujours la difference
--

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...