简体   繁体   English

我可以在租用/云计算机上运行C#.exe吗?

[英]Can I run my C# .exe on a rented / cloud computer?

I have built a working C# application, a multi-threaded application that crunches numbers for research. 我已经构建了一个工作正常的C#应用​​程序,这是一个多线程的应用程序,用于研究数字。

I can only go so far with my own PC, so I'm wondering if there exists a service where I can rent a high powered computer that can run my C# code. 我只能用自己的PC走这么远,所以我想知道是否有一项服务可以租用可以运行C#代码的高性能计算机。 Something with a lot of processor cores, so I could run... say, 64 threads concurrently. 带有很多处理器核心的东西,因此我可以同时运行64个线程。

Windows Azure can do that. Windows Azure可以做到这一点。 Just install a VM and create an as big machine as you need. 只需安装VM并根据需要创建一台大计算机。

Troy Hunt wrote a good blog post about how he used a cloud SQL Server for that kind of job. 特洛伊·亨特(Troy Hunt)写了一篇不错的博客文章,介绍了他如何使用云SQL Server进行此类工作。

In windows Azure you can create your service model, can specify the size to which to deploy an instance of your role, depending on its resource requirements. Windows Azure中,您可以创建服务模型,可以根据角色的资源要求指定将角色实例部署到的大小。

Amazon EC2 also provides a number of options to choose an instance as per your requirement. Amazon EC2还提供了许多选项来根据您的要求选择实例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在另一台计算机上运行我的C#exe? - Running my c# exe on another computer? 如何在C#中添加窗口服务/安装它并通过此窗口服务运行exe(My Job.exe)? - How can I add window Service in C#/ install it and Run exe(My Job.exe) through this Window Service? 我怎么知道我的exe在C#中的用户计算机中的位置 - how do i know where my exe is located in users computer in C# 我如何在C#Unity中运行.exe - How i can run .exe in C# Unity 如何用c#获取我电脑中exe的所有路径 - How to get all the paths of exe in my computer with c# WPF C#应用程序将冻结我的整个计算机,每次运行2-3次 - WPF C# application will freeze my whole computer ever 2-3 times I run it 在另一台计算机上运行我的项目(windows 窗体)c# - run my project(windows forms) c# in a different computer 我如何在远程计算机上运行应用程序并使用.net C#等待结果 - How can i run an application in remote computer and wait for results using .net c# 如何在另一台计算机上运行包含本地SQL Server数据库的C#app? - How can I run C# app which contains local SQL Server database on another computer? 如何从域中的另一台计算机运行一些 exe 文件 C# - How to run some exe file from another computer in a domain C#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM