|
function like pcntl_fork for win32?
I am attempting to fork a socket script in a windows enviroment and am running into a serious problem. As you may know pcntl is not available in windows. I have thought about using ticks but that would not realy fork the script. I also thought about using an exec function but that will only run the script in the background.
So at this point I am lost. Any suggestions?
Thanks,
Tom
|