Trees | Indices | Help |
---|
|
Code to schedule and run multiple processes.
|
|||
|
|
|||
|
|
|||
__warningregistry__ =
|
|
run(nprocs, fn[, fn_args][, fn_keywds][, sleep]) Run nprocs copies of fn concurrently. The first two parameters of fn should be a process number (0 to nprocs-1) and the total number of processes. Additional arguments and keywords can be passed in the fn_args and fn_keywds parameters. Sleep is the amount of time the scheduler should wait between process polls. |
|
__warningregistry__
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:19 2008 | http://epydoc.sourceforge.net |