in reply to Re: Using forks and threads
in thread Using forks and threads

Thanks xdg, I will look into this one. If the worst comes to the worst, I suppose I could always fork() before threading, and have the child act as a slave for the parent, fork()ing itself off to perform an exec() on demand, and returning the results to the parent.