Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / February 2005

Tip: Looking for answers? Try searching our database.

Setting a .NET C# App to use Concurrent Workstation GC

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
carbon_dragon@yahoo.com - 09 Feb 2005 18:52 GMT
I have a .NET application written in C#. My understanding is that the
default GC is the Workstation non-concurrent GC. I need predictability
more than I need low latency and would like to know if that is the
default and if so, how I can set my own application to use the
concurrent mode instead.

It would be nice if this was a setting somewhere in .NET. I ran across
some stuff on a configuration file but when I tried messing around with
this option, the configuration file seemed to be "consumed" every time
I ran the application which confused me. I'd appreciate any insight you
all might have.

Thanks.
Mujtaba Syed - 09 Feb 2005 19:32 GMT
> I have a .NET application written in C#. My understanding is that the
> default GC is the Workstation non-concurrent GC. I need predictability
> more than I need low latency and would like to know if that is the
> default and if so, how I can set my own application to use the
> concurrent mode instead.

<configuration>
 <runtime>
   <gcConcurrent enabled="true" />
 </runtime>
</configuration>

Mujtaba.
"Chris Lyon [MSFT]" - 09 Feb 2005 20:06 GMT
See http://weblogs.asp.net/clyon/archive/2004/09/08/226981.aspx for more information.

-Chris

--------------------

>> I have a .NET application written in C#. My understanding is that the
>> default GC is the Workstation non-concurrent GC. I need predictability
[quoted text clipped - 9 lines]
>
>Mujtaba.

Signature

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note:  For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.  


Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.