Difference between revisions of "CSC352 DT's Class Notes 2013"
(→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]] |