in reply to Redirecting to a webpage in a script before forking to code in a script

There are some other issues in that the forking process seems not to wait for the results of subroutines in the processing code section. I am processing email addresses and run an nslookup on addresses. I'm a little confused as to what might be happening after the forking statement?

The problem you're running into is similar to one that merlyn addresses in a Web Techniques column on long-running tasks.

  • Comment on Re: Redirecting to a webpage in a script before forking to code in a script