Suppose I spawn a thread from a web method.
The thread runs a process that takes 10 minutes.
The main thread, running the web method, returns a value to the consumer
saying, "message rec'd".
Does the thread continue to process?
Is this any different from an "asynchrono us" web service?
--
Texeme
Comment