Changes between Version 5 and Version 6 of jazz/12-08-07
- Timestamp:
- Aug 7, 2012, 6:44:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/12-08-07
v5 v6 1 1 = 2012-08-07 = 2 3 * 4+1 IBM Server, OS: Linux ? , HA Cluster - 正國,錫慶 - 借機器 2 weeks 4 * 廣達 - 5 * OCCI - ( 2 6 3 7 == SWIG, Python, WSGI == … … 5 9 * 侯鳥計劃 6 10 * http://www.swig.org/Doc1.3/Python.html 7 8 11 {{{ 9 12 #!graphviz 10 13 digraph "live-helper" { 11 node [shape=record]; "sqr.i"->"sqr_wrap.c"->"sqr_wrap.o"; "sqr.c"->"sqr.o"; "sqr.o"->"_sqr.so";"sqr_wrap.o"->"_sqr.so"; "_sqr.so" -> "sqr.py" -> "srq.pyc" -> "wsgi" -> "apache" 14 node [shape=record]; "sqr.i"->"sqr_wrap.c"->"sqr_wrap.o"; "sqr.c"->"sqr.o"; "sqr.o"->"_sqr.so";"sqr_wrap.o"->"_sqr.so"; 15 "_sqr.so" -> "sqr.py" -> "srq.pyc" -> "wsgi" -> "apache"; 12 16 } 13 17 }}}