Background processing of DLL

G

Guest

Hi,
I am a learner and have a very basic question. Is there anyway that I can call a dll from a asp and return the control to the asp while the dll is processing in the back?

Since the DLL does a lot of lengthy processes, I just want to display in the browser that the request has been accepted and is under processing.

Any help would be appreciated.
Thanks.
 
K

Kevin Spencer

Check out the System.Threading NameSpace. You can call methods in classes
which run in a different (asynchronous) thread.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

RR said:
Hi,
I am a learner and have a very basic question. Is there anyway that I can
call a dll from a asp and return the control to the asp while the dll is
processing in the back?
Since the DLL does a lot of lengthy processes, I just want to display in
the browser that the request has been accepted and is under processing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top