S
Steve W
Is it possible to keep some communication going between the browser and web
server going while waiting for a long running process to finish ?
We have one function on our app (ASP.NET / VB.NET) that does a long running
update to the database (takes upto 10 mins) and the browser will often time
out before it completes.
Ideally I'd like to send information back to the browser from the process,
but anything that stops the browser timing out would be good.
Thanks
Steve
server going while waiting for a long running process to finish ?
We have one function on our app (ASP.NET / VB.NET) that does a long running
update to the database (takes upto 10 mins) and the browser will often time
out before it completes.
Ideally I'd like to send information back to the browser from the process,
but anything that stops the browser timing out would be good.
Thanks
Steve