who knows
Can we use Sh to run multiple threads (or processes) just like multi-threading a multi-core CPU? I'm trying to get my head around how it could be forked, and allow the execution of my code to continue without waiting for it to finish.
Thanks.
|