Difference between revisions of "Code/Python"

From LunaSys
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/]

Revision as of 07:59, 28 August 2012