I need to trigger a page to start acting, without interfering with client's processes.
I am doing a huge csv file upload, and after upload, redirect to an ajax status page....
But how do i trigger a page to be executed without showing that page to the end user...which i don't want to have them see...
Can i use cfschedule to schedule an task to happen immediately, without affecting performance of the client/end user?
Thank You.