Difference between revisions of "CSC352 DT's Class Notes 2013"

From dftwiki3
Jump to: navigation, search
(DFT Class Notes for CSC352)
(DFT Class Notes for CSC352)
Line 5: Line 5:
  
 
==Threads==
 
==Threads==
* good example with multiple ping processes: http://www.wellho.net/solutions/python-python-threads-a-first-example.html
+
* good example with multiple ping processes: [http://www.wellho.net/solutions/python-python-threads-a-first-example.html]
 +
* multi-core not used by python [http://smoothspan.wordpress.com/2007/09/14/guido-is-right-to-leave-the-gil-in-python-not-for-multicore-but-for-utility-computing/]
 +
 
 
===Programs===
 
===Programs===
 
* [[NQueens.py | NQueens.py]]
 
* [[NQueens.py | NQueens.py]]

Revision as of 22:53, 22 January 2010

DFT Class Notes for CSC352


...