{"id":4435,"date":"2014-03-30T10:57:40","date_gmt":"2014-03-30T10:57:40","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/net-threadpool-and-configuration-collection-of-common-programming-errors\/"},"modified":"2014-03-30T10:57:40","modified_gmt":"2014-03-30T10:57:40","slug":"net-threadpool-and-configuration-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/net-threadpool-and-configuration-collection-of-common-programming-errors\/","title":{"rendered":".NET ThreadPool and Configuration-Collection of common programming errors"},"content":{"rendered":"<p>As you have noticed you cannot change the ThreadPool configuration from a global machine configuration file (machine.config) or an application level configuration file (app.config or web.config for ASP.NET apps).<\/p>\n<p>As explained here: Configuring Threadpool Max Threads via app.config? you can do it by code, eventually reading the settings from a confg file manually.<\/p>\n<p>This implies that changes done in this way at runtime are limited to your application, surely do not span across other running processes on same server or machine.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As you have noticed you cannot change the ThreadPool configuration from a global machine configuration file (machine.config) or an application level configuration file (app.config or web.config for ASP.NET apps). As explained here: Configuring Threadpool Max Threads via app.config? you can do it by code, eventually reading the settings from a confg file manually. This implies [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4435","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=4435"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4435\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=4435"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=4435"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=4435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}