Date: Thu, 14 Jan 1999 20:56:53 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: hackers@FreeBSD.ORG Subject: Path to SMP Message-ID: <199901150456.UAA29086@apollo.backplane.com>
next in thread | raw e-mail | index | archive | help
Is anyone currently working on the next big step in the SMP puzzle? That is, implementing kernel threads with preemptive scheduling? The idea being that one then has the ability to run preemptable kernel threads in parallel on SMP-capable boxes because the code must assume preemption in the same manner on both uni and multi cpu systems. Once implemented, we would begin to migrate functionality from non-preemptive threads to preemptive threads from the outside-in, and parallel SMP operation in supervisor mode migrates along with it. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901150456.UAA29086>