Changes between Version 7 and Version 8 of YMU110509/Lab2


Ignore:
Timestamp:
May 9, 2011, 3:23:22 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YMU110509/Lab2

    v7 v8  
    111111   * [http://stackoverflow.com/questions/1961682/how-can-i-make-my-perl-script-use-multiple-cores-for-child-processes How can I make my Perl script use multiple cores for child processes?]
    112112   * [http://computationalbiologynews.blogspot.com/2008/07/harnessing-power-of-multicore.html Harnessing the power of multicore]
     113
     114== Python v.s. multicore ==
     115
     116 * [http://stackoverflow.com/questions/203912/does-python-support-multiprocessor-multicore-programming Does python support multiprocessor/multicore programming?]
     117 * Parallel Python - [http://www.parallelpython.com/content/view/17/31/ Examples]
     118 * [http://code.google.com/p/python-multiprocessing/ python-multiprocessing] - Python 2.5/2.4 back port of the multiprocessing package