thread in asp.net [modified]
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
how can i improve speed of executing a thread in asp.net. (not priority) -- modified at 8:01 Thursday 16th August, 2007
What are you trying to achieve ? You'd start a new thread in the normal way, but if your main thread ends, then your page lifecycle ends and your page is served.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )