Help for this page

Select Code to Download


  1. or download this
    # Perl replica of using a Barrier with a Timeout
    # https://superfastpython.com/multiprocessing-barrier-in-python/
    ...
    Process 5 done, got: 5.27888526282371
    Process 4 done, got: 7.58755085132183
    Process 3 done, got: 9.89621643981994
    
  2. or download this
    # Perl replica of using a Barrier with an Action
    # https://superfastpython.com/multiprocessing-barrier-in-python/
    ...
    Process 2 done, got: 8.9504549566573
    All processes have their result
    I, process 2, was last...
    
  3. or download this
    # Perl replica of Aborting a Barrier
    # https://superfastpython.com/multiprocessing-barrier-in-python/
    ...
    Process 2 done, got: 8.81696702753292
    Process 2 aborting...
    At least one process aborted due to bad results