A
Archana
Hi,
I want to clarify one thing regarding running long running web method
asynchronously.
I am having one web method with is executing one stored procedure.
This stored procedure is long running may be taking couple of hours.
So want i want is once client has invoke this method asynchronosuly, if if
my client(i.e windows application) is close it should be in running state.
This is working fine.
But my question is will be create any resource leaks or memory leaks if
client has closed before web request completed.
If yes then please tell me alternative for this, i.e how to start
asynchronous web method irrespective of clients availablity once client has
invoked this.
Please correct me if i am wrong.
Thanks in advance.
I want to clarify one thing regarding running long running web method
asynchronously.
I am having one web method with is executing one stored procedure.
This stored procedure is long running may be taking couple of hours.
So want i want is once client has invoke this method asynchronosuly, if if
my client(i.e windows application) is close it should be in running state.
This is working fine.
But my question is will be create any resource leaks or memory leaks if
client has closed before web request completed.
If yes then please tell me alternative for this, i.e how to start
asynchronous web method irrespective of clients availablity once client has
invoked this.
Please correct me if i am wrong.
Thanks in advance.