0

If I start a thread from request handling in code behind in asp.net web forms and request is handled faster than the thread finishes - will it be aborted or allowed to run further?

1 Answer 1

1

The thread should be completely separate from the request thread at this point, so will continue working.

Sign up to request clarification or add additional context in comments.

2 Comments

do you have any good references about threading in asp.net mvc3 or webforms?
@IamStalker - Threading is the same as it would be in other environments. A thread is a thread.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.