English 中文(简体)
利用NET/Mono on-030为大量网络服务,这是一个好的想法?
原标题:Using .NET/Mono on Linux to serve a high volume web service, a good idea?
  • 时间:2010-09-01 15:34:52
  •  标签:
  • c#
  • linux
  • mono

我们有一个网络服务,其交通量相当高,有助于你根据你收到的电子邮件了解你喜欢的接触。

这一服务最初在C# /.NET中实施,以便利用我们已经在Windows主机上运行的一些代码。 这项服务不使用协会。 NET, 但它使用从www.NET中提取的吉大港山区清单接收器作为简单的C#服务。

这项服务正在履行科索沃职能,但一次在莫诺将彻底阻止和停止回应任何要求。 表演是科索沃的,但不是伟大的,我们花费了大量时间,把马诺·西里夫与Windows CLR的区别混在一起。 我必须承认,我来自 Java背景,服务器方面的生态系统似乎比莫诺湖的含水层生态系统大。

因此,现在,我正在研究在使用莫诺的诺诺文为高流量网络服务的服务器方面的实例和个人经验。

问题回答

Don t知道这是否有助于解决你的问题,但你可以尝试在mono 2.8>new garbage Collectionor

为了提高业绩,经常需要考虑以下内容:

  • operating system settings (TCP/IP specific)
  • web server level settings
  • framework level settings (Mono specific)

如同“@yojimbo87”所述,利用最近的莫诺建筑,可以帮助从框架一级支付业绩。 但是,你还需要了解本组织和网络服务器的情况,看看是否有其他调整办法。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签