服务器gs vs工作站gs

编程入门 行业动态 更新时间:2024-10-23 15:27:28
本文介绍了服务器gs vs工作站gs的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我刚刚意识到垃圾收集模式有两种模式:服务器 gs和工作站gs。有人会知道如何为我用C#编写的Web应用程序更改 模式吗?我想确保它正在使用 服务器gs模式。感谢您提出任何意见或建议。 -zeng

I just realized that there are 2 modes for garbage collection modes: server gs and workstation gs. Would someone know how I can go about changing the mode for my web application written in C#? I want to make sure it''s using server gs mode. Thank you for any comment or advice. -zeng

推荐答案

Zeng: 看看: odetocode/Blogs/scott/arc...07/15/323.aspx 你会看到一些关于如何找出你的网络服务器目前使用的是什么以及有关如何切换它的一些信息。 希望这有助于 Karl - 我的ASP.Net教程 www.openmymind/ " Zeng" <泽****** @ hotmail>在消息中写道 新闻:OT ************** @ TK2MSFTNGP15.phx.gbl ... Zeng: Take a look at: odetocode/Blogs/scott/arc...07/15/323.aspx You''ll see some information about how to figure out which your web server is currently using as well as some info about how to swtich it. Hope this helps Karl -- MY ASP.Net tutorials www.openmymind/ "Zeng" <Ze******@hotmail> wrote in message news:OT**************@TK2MSFTNGP15.phx.gbl... 我刚刚意识到垃圾收集模式有两种模式:服务器gs和工作站gs。有人知道如何改变我用C#编写的Web应用程序的模式吗?我想确保它正在使用服务器gs模式。感谢您提出任何意见或建议。 -zeng I just realized that there are 2 modes for garbage collection modes: server gs and workstation gs. Would someone know how I can go about changing the mode for my web application written in C#? I want to make sure it''s using server gs mode. Thank you for any comment or advice. -zeng

Zeng, 除了其他评论之外。 以下网站提供了有关服务器GC与 工作站GC的更多信息。 http://blogs.msdn。 com / clyon / archive / ... 10 / 228104.aspx blogs.msdn/clyon/archive/...88/226981.aspx 希望这有帮助 Jay " Zeng" <泽****** @ hotmail>在消息中写道 新闻:OT ************** @ TK2MSFTNGP15.phx.gbl ... Zeng, In addition to the other comments. The following site provides some further info on the Server GC verses the Workstation GC. blogs.msdn/clyon/archive/...10/228104.aspx blogs.msdn/clyon/archive/...08/226981.aspx Hope this helps Jay "Zeng" <Ze******@hotmail> wrote in message news:OT**************@TK2MSFTNGP15.phx.gbl... 我刚刚意识到垃圾收集模式有两种模式:服务器gs和工作站gs。有人知道如何改变我用C#编写的Web应用程序的模式吗?我想确保它正在使用服务器gs模式。感谢您的任何意见或建议。 -zeng I just realized that there are 2 modes for garbage collection modes: server gs and workstation gs. Would someone know how I can go about changing the mode for my web application written in C#? I want to make sure it''s using server gs mode. Thank you for any comment or advice. -zeng

两种模式的GC''并发''和''Preemptive''(也称为序列号)。 有两个运行时版本server服务器版本只能在托管时加载(v1.x),并且只使用 抢先GC和工作站。模式。 运行时的工作站版本默认加载单个 和多进程。机器,默认的GC模式是''抢先''。 要在多工业机器上为工作站版本启用''Concurent GC', 你需要添加: < RUNTIME> < GCCONCURRENT enabled =" true" /> < / RUNTIME> 到您的配置文件。 Willy。 Zeng <泽****** @ hotmail>在消息中写道 新闻:OT ************** @ TK2MSFTNGP15.phx.gbl ... The two mode of GC are ''Concurrent'' and ''Preemptive'' (also called serial). There are two run-time versions "server" and "workstation". The server version can only be loaded when hosted (v1.x) and only uses the "preemptive GC" mode. The workstation version of the runtime is loaded per default on both single and multi-proc. machines, the default GC mode being ''preemptive''. To enable ''Concurent GC'' on multi-proc machines for the workstation version, you need to add: <RUNTIME> <GCCONCURRENT enabled="true" /> </RUNTIME> To your config file. Willy. "Zeng" <Ze******@hotmail> wrote in message news:OT**************@TK2MSFTNGP15.phx.gbl... 我刚刚意识到垃圾收集模式有两种模式:服务器gs和工作站gs。有人知道如何改变我用C#编写的Web应用程序的模式吗?我想确保它正在使用服务器gs模式。感谢您提出任何意见或建议。 -zeng I just realized that there are 2 modes for garbage collection modes: server gs and workstation gs. Would someone know how I can go about changing the mode for my web application written in C#? I want to make sure it''s using server gs mode. Thank you for any comment or advice. -zeng

更多推荐

服务器gs vs工作站gs

本文发布于:2023-11-05 04:57:59,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1559966.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:工作站   服务器   gs

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!