Is Server GC (gcServer flag in configuration) available in .Net 4.0? Or it was deprecated?
Thank you!!!
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.
Yes, it’s (still available). No, it isn’t (deprecated).
Why the question?
A link on the argument http://architecturebyashwani.blogspot.com/2010/02/foreground-gc-and-background-gc.html
There is even a new GC (background for workstation mode) in 4.0, so in the end there are three GC; server, workstation concurrent on, workstation concurrent off.
The three settings for
web.config/app.configare:The three
orare “exclusive”. You can enable only ONE option at a time 🙂