Difference between revisions of "Code/Python"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
== GIL/Thread/Multiprocessing == | == GIL/Thread/Multiprocessing == | ||
− | http://jessenoller.com/2009/02/01/python-threads-and-the-global-interpreter-lock/ | + | * [http://jessenoller.com/2009/02/01/python-threads-and-the-global-interpreter-lock/ Nice detailled explanation of the GIL with benchmarks] |
− | http://www.parallelpython.com/ | + | * [http://www.parallelpython.com/] |
+ | |||
+ | * [http://pyprocessing.berlios.de/doc/intro.html] | ||
+ | |||
+ | * [http://www.ibm.com/developerworks/aix/library/au-multiprocessing/] | ||
+ | |||
+ | * [http://mildopinions.wordpress.com/2008/05/31/python-and-parallel-programming/] |