R
Rich
I need a bit of advice:
One asp.net page allows user #1 to generate a file and download that
file.
At the same time, user #2 is attempting the same thing.
User #2 needs to be locked out until user #1 has completed downloading
the generated file.
Downloading the file is an asynchronous operation so my solution of
using Sql Server to lock out user #2 won't work.
Is there another way to make this possible (or is there a way to make
file download synchronous)?
Thanks to anyone who can provide some pointers.
Rich
One asp.net page allows user #1 to generate a file and download that
file.
At the same time, user #2 is attempting the same thing.
User #2 needs to be locked out until user #1 has completed downloading
the generated file.
Downloading the file is an asynchronous operation so my solution of
using Sql Server to lock out user #2 won't work.
Is there another way to make this possible (or is there a way to make
file download synchronous)?
Thanks to anyone who can provide some pointers.
Rich