tech-kern archive

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

Re: [RFC] getgroups2 system call



On Wed, 14 Dec 2011 07:04:06 +0100
manu%netbsd.org@localhost (Emmanuel Dreyfus) wrote:

> - a fixed lentgh header is highly desirable for performance
> optimization. For instance glusterfs fetches the header and the data
> using readv(2) with an iovec that has two slots. That way it gets write
> date aligned on a page boundary.

What does NFS do in this case?  I seem to remember that it also imposes
a sane size limit, possibly even below NGROUPS_MAX, is it really the
case?  If so, would this also be acceptable?
-- 
Matt


Home | Main Index | Thread Index | Old Index