This is my dilemma: my program runs the same shell script like 30 times. The script takes a while to execute (like 40 seconds). It seems to me that there should be a way to have my processes execute asynchronously - something like fork(). Any ideas? There is no section on processes in the development guide. Thanks! Sean