I want to find out the stack size of .NET thread pool threads in CLR 4.0. Any ideas?
Nick
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See a similar question here on SO. Doesn’t look promising. Additionally, see this link from an MS guy on the issue.
Here’s also an untested reference I located that is in assembler:
Good luck. Also, be sure to ask yourself what you are doing that really needs this information and if there isn’t another solution to your problem.