Difference between revisions of "Do we want it for a server?"

From FreekiWiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
     start [label="START", shape="box", style="bold"]
 
     start [label="START", shape="box", style="bold"]
     naw [label="NAW\n(not a server)", shape="box", style="bold"]
+
     naw [label="NO\n(we do not want\nit for a server)", shape="box", style="bold"]
 
     slocket [label="Is it a SLOT-BASED SYSTEM\nor\nSOCKET-BASED SYSTEM?"]
 
     slocket [label="Is it a SLOT-BASED SYSTEM\nor\nSOCKET-BASED SYSTEM?"]
 
     cpu [label="Is it at least one PROCESSOR?"]
 
     cpu [label="Is it at least one PROCESSOR?"]
Line 19: Line 19:
 
     start -> multiproc
 
     start -> multiproc
  
     multiproc -> cpu [label="YES"]
+
     multiproc -> cpu [taillabel="YES"]
     multiproc -> naw [label="NO"]
+
     multiproc -> naw [taillabel="NO"]
  
     cpu -> naw [label="NO"]
+
     cpu -> naw [taillabel="NO"]
     cpu -> piii [label="YES"]
+
     cpu -> piii [taillabel="YES"]
  
     piii -> xeon [label="YES"]
+
     piii -> xeon [taillabel="YES"]
     piii -> proctype [label="NO"]
+
     piii -> proctype [taillabel="NO"]
  
     xeon -> slocket [label="NO"]
+
     xeon -> slocket [taillabel="NO"]
     xeon -> yes [label="YES"]
+
     xeon -> yes [taillabel="YES"]
  
 
     proctype -> yes [taillabel="P-4"]
 
     proctype -> yes [taillabel="P-4"]
 
     proctype -> naw [taillabel="OTHER"]
 
     proctype -> naw [taillabel="OTHER"]
  
     slocket -> fsb [label="SOCKET"]
+
     slocket -> fsb [taillabel="SOCKET"]
     slocket -> naw [label="SLOT"]
+
     slocket -> naw [taillabel="SLOT"]
  
  
     fsb -> naw [label="66 or 100"]
+
     fsb -> naw [taillabel="66 or 100"]
     fsb -> yes [label="133"]
+
     fsb -> yes [taillabel="133"]
  
  

Revision as of 15:42, 14 August 2007

Do we want to use this system as a server?

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.