Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 07:26:24 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8052 for review
Message-ID:  <200203201526.g2KFQOq82526@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8052

Change 8052 by rwatson@rwatson_tislabs on 2002/03/20 07:26:18

	Rewrite the abstract to make use of stronger language, and to
	more effectively lay out the strategy of the document.

Affected files ...

... //depot/projects/smpng/sys/design/article.sgml#15 edit

Differences ...

==== //depot/projects/smpng/sys/design/article.sgml#15 (text+ko) ====

@@ -23,7 +23,7 @@
       </author>
     </authorgroup>
 
-    <pubdate>$SMPng: //depot/projects/smpng/sys/design/article.sgml#14 $</pubdate>
+    <pubdate>$SMPng: //depot/projects/smpng/sys/design/article.sgml#15 $</pubdate>
 
     <copyright>
       <year>2002</year>
@@ -31,12 +31,16 @@
     </copyright>
 
     <abstract>
-      <para>This document attempts to present the design of SMPng thus
-	far.  It will most likely be a loose collection of ideas for
-	the time being.  I am by no means authoritative, this is just
-	my view of where SMPng is going and needs to go.  It also
-	includes a few other random notes which aren't directly
-	related to SMPng.</para>
+      <para>This document presents the current design and implementation of
+	the SMPng Architecture.  First, the basic primitives and tools are
+	introduced.  Next, a general architecture for the FreeBSD kernel's
+	synchronization and execution model is laid out.  Then, locking
+	strategies for specific subsystems are discussed, documenting the
+	approaches taken to introduce fine-grained synchronization and
+	parallelism for each subsystem.  Finally, detailed implementation
+	notes are provided to motivate design choices, and make the reader
+	aware of important implications involving the use of specific
+	primitives. </para>
     </abstract>
   </articleinfo>
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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