Hello,
One page on my web site is a PHP script that uses exec() to launch a separate PHP script which generates a PDF document.
The PDF may take 30 seconds to generate. When I hit the refresh button during this process, I am finding inconsistent behavior. On both my Mac and Windows local dev machines, refreshing the page will hang Apache. On my production Linux server, I don't seem to experience the problem.
Why is this? I don't care that my dev machines hang, I just want to be sure that it won't ever happen in production.
Thanks, Brian