Hullo need help again monks. =)
i have a dhcpclient script which i need to run 1000 times simultaneously ..is multi threading a good way to solve that problem? or would it be better to use fork()?
if threading is a good way of solving the problem please do give an example of multi threading
and if you think fork would be a good way to solve the problem please do give an example also..