I'm trying to get a script to become as multithreaded as possible on a WinNT system. I understand that threads aren't supported yet (or I can't seem to find a binary compiled with threads for NT) so I was looking at forks.
I must be a moron because I can't seem to understand how Forks work. Does anyone know where I can find a clean simple example? All I'm wanting to do is fire off about 20 threads trying to download certain web sites (feed in through STDIN) and return the status if they were successful or not to the parent. Any help is appreciated!