> Here is my current situation. I have got a time consuming > query to the database. After prepare the data, I should > post those data on to a html page. But the problem is the > accessing time is too long and the browser is going to be > time out.
Hi, Why not explore the tangent solutions... what about a form that constructs the query and forks to do the processing. Then once the data is ready it emails back the results as an HTML attachment or link. If the information would be useful as say a weekly report, then your manager might appreciate automation if you cron'd the script! Jonathan Paton __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]