Does anyone know of where I may locate some good, solid examples of the perl multithreading, or forking mechanisms? I am working on a server which uses an application API to insert records into the database. The problem is that a single process can take days. Is there a way to create multiple child processes with a common parent and pass each of the children a few parms to represent a task?