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

From FreekiWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
== Do we want to use this system as a server? ==
 
<graphviz>
 
<graphviz>
 
   digraph D {
 
   digraph D {
  
  node [fontname="Helvetica", fontsize="11"]
+
    node [fontname="Helvetica", fontsize="11"]
  edge [fontname="Helvetica"]
+
    edge [fontname="Helvetica"]
  
     incompatibles  [label="NOTE:\nApple, Mac, Sun, PowerPC,\nSilicon Graphics (SGI),\nAmiga, Commodore, \nAlpha Digital\nare INCOMPATIBLE", shape="box"]
+
     start [label="START", shape="box", style="bold"]
      
+
    no [label="NO\n(not a server)", shape="box", style="bold"]
 +
    fsb [label="What is the\nFRONT SIDE BUS\nspeed?", shape="box", style="bold"]
 +
    multiproc [label="Can it take\nMULTIPLE PROCESSORS?", shape="box", style="bold"]
 +
    proctype [label="What is the\nPROCESSOR TYPE?", shape="box", style="bold"]
 +
     yes [label="YES\n(usable as a server)", shape="box", style="bold"]
  
starthere [label="START", shape="box", style="bold"]
+
    start -> multiproc
received [label="Has it been RECEIVED?"]
+
 
 +
    multiproc -> proctype [label="YES"]
 +
    multiproc -> no [label="NO"]
 +
 
 +
    proctype -> yes [label="P-III XEON"]
 +
    proctype -> fsb [label="P-III Non-XEON"]
 +
    proctype -> yes [label="P-4"]
 +
    proctype -> no [label="OTHER"]
 +
 
 +
    fsb -> no [label="66 or 100"]
 +
    fsb -> yes [label="133"]
  
multiproc -> post [label="YES"]
 
multiproc -> recycle [label="NO"]
 
post -> keep [label="YES"]
 
post -> recycle [label="NO"]
 
  
 
   }
 
   }

Revision as of 15:48, 6 April 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.