服务器gs vs工作站gs [英] server gs vs workstation gs

查看:115
本文介绍了服务器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:

看看:
http://odetocode.com/Blogs/scott/arc...07/15/323.aspx


你会看到一些关于如何找出你的网络服务器目前使用的是什么
以及有关如何切换它的一些信息。


希望这有助于

Karl

-

我的ASP.Net教程
http://www.openmymind.net/

" Zeng" <泽****** @ hotmail.com>在消息中写道

新闻:OT ************** @ TK2MSFTNGP15.phx.gbl ...
Zeng:
Take a look at:
http://odetocode.com/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
http://www.openmymind.net/
"Zeng" <Ze******@hotmail.com> 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

http://blogs.msdn.com/clyon/archive/...88/226981.aspx


希望这有帮助

Jay


" Zeng" <泽****** @ hotmail.com>在消息中写道

新闻: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.

http://blogs.msdn.com/clyon/archive/...10/228104.aspx

http://blogs.msdn.com/clyon/archive/...08/226981.aspx

Hope this helps
Jay

"Zeng" <Ze******@hotmail.com> 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.com>在消息中写道

新闻: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.com> 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆