I have an online application that generates some very large reports (1.5Meg +) in RTF format.
When a user requests one of these reports I would like it to start generating the report in the background, allowing the user to continue working in other areas of the site or shut down thier browser and go do something else entirely.
Then once the report is complete, either popup a message, if the browser and session still exist or send an email notifying the user that their report is ready.
I am aware of pnctl_fork() but it is not an option for me.
If you have any ideas I would really like to hear them.
Thanks
mrbippy