Thanks for your comments. If I was wanting to display an html page while another process handles the mailing task, how could I achieve this? As stated I am posting the data to another cgi script. Should I look into spawning another a child process. Or would this still result in the whole cgi script requiring to be processed before data can be displayed. I looked at redirecting, but again the script must compile first.
Thanks