Hi Fellow monks,
I seek your wisdom in solving this problem i have, hehe.
I'm have a first script running and i want to add on a call to a second script which does heavy processing which takes up a lot of time. But i want the first script to end when it's done and not to wait for the second script.
I've googled up for fork and multi threading, but i still don't have any clear idea on how to do this. Can this be done?
~thanks in advance~