From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <31f3fe5ee597c87b85abb3d60af56a90@collyer.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: Threads: Sewing badges of honor onto a Kernel From: Geoff Collyer In-Reply-To: <757a63de546942340d005e0e4fcc471e@terzarima.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Date: Mon, 1 Mar 2004 01:36:49 -0800 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 06712006-eacd-11e9-9e20-41e7f4b1d025 I think the original quote Boyd was looking for is this, from the 8=C2=BD paper: As discussed in a previous paper [Pike89] I prefer to free applications from event-based programming. Unfortunately, though, I see no easy way to achieve this in single-threaded C programs, and am unwilling to require all programmers to master concurrent programming. Fair enough. Such a sentiment may seem old-fashioned nowadays when everybody seems to want to write multi-threaded, hyper-threaded, multi-tasking programs (it's faster, you know); just look at the links browser. One of the services most operating systems provide is to convert asynchrony (notably activity on other processors and interrupts) into something more manageable. I find that enthusiasm for writing multi-threaded, multi-process programs fades after finding and fixing a few kernel race conditions on multi-processor systems. Finally, from a fortune file: Von Neumann's greatest gift was to get us OUT of parallel processors. -E.= Miya