tech-kern archive

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

Re: nfsd "serializing" patch



On Fri, Dec 07, 2012 at 10:46:44AM +0100, Ignatios Souvatzis wrote:
> On Fri, Dec 07, 2012 at 08:42:39AM +0000, David Laight wrote:
> 
> > With only one server process it is all fine.
> 
> If all is backed by the same disk? Hm.... 

Yep - even with multiple disks all the server process soon end up
trying to process requests for the 'busy' disk.

To make multiple server processes work well, there would have to be
a separate queue for each disk spindle.
But AFAIK the server processes just pull the next request off a single
queue - originally the udp socket.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index