My Blog

My WordPress Blog

Tag: concurrency


  • Python multiprocessing adventures

    Trying to figure out some multiprocessing code from last night.   As one would expect, the single thread code maxes out a single core and the other three(it’s a dual core HT chip) are very lightly loaded with random background crap.   For multiprocessing, the average load per core is in between the peak vs…