I have a script which sequentially performs some operations across multiple databases. Since this is running on a 32 core server, I would like to investigate running a number of these operations in parallel. Are there any simple utilities out there which when given a list of commands will run them parallel? Thanks, johnl