I'm new to multi-process programming, should one avoid forking
children from children of a parent?
I'd like to spawn 10 children from the parent and each of those
children spawns another 5 children which process chunks of data (200
rows) with heavy usage of CPU and regexp