Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 1996 10:45:07 -0700
From:      vanmaren@fast.cs.utah.edu (Kevin Van Maren)
To:        ccsanady@friley216.res.iastate.edu, smp@csn.net
Cc:        peter@spinner.dialix.com, smp@freebsd.org
Subject:   Re: make locking more generic?
Message-ID:  <199612051745.KAA18517@fast.cs.utah.edu>

next in thread | raw e-mail | index | archive | help
Yes, the reason you need finer grained locking is because the
interrupts *should* go to the other processor.  If one
processor is handling an interrupt and annother int comes
in, the other CPU should be able to handle it.  This 
would finally give parallel I/O!  Linux doesn't do this,
and they do very poorly when not every process is CPU bound.

Kevin

ps: This will most likely mean fixing device drivers as well.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612051745.KAA18517>