云中的 Windows 服务

发布于 2024-07-16 02:28:14 字数 188 浏览 2 评论 0原文

我正在考虑为 Web 2.0 启动站点编写一个应用程序,该站点将监视特定的 RSS 提要。

由于对此类服务的预期采用,我希望利用云计算来实现这一目标,但是由于我缺乏经验,我不知道是否可以在云中运行 Windows 服务。

将会有一个网络前端,但预计不会有很重的负载,因为它只是用于注册,然后用户将通过短信/电子邮件接收通知

Im looking at writing a application for a web 2.0 start up site which will essential monitor specific RSS feeds.

Due to the expected up take of such a service I am expecting that taking advantage of cloud computing would be the way to do it, however with my lack of experience I do not know if it is possible to run a Windows service in the cloud.

There will be a web front end to this but it isn't imagined that that will have a heavy load as it will be just for sign up, then users will recevie notifications by SMS/Email

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

孤独患者 2024-07-23 02:28:14

使用 Azure 时,您可以在云中运行“服务”。 它称为“辅助角色”请在此处查看架构

You can run a "service" in the cloud, when using Azure. It's called a "Worker Role" see the Architecture here.

四叶草在未来唯美盛开 2024-07-23 02:28:14

如果您正在考虑运行 Windows Azure(它分为 Web 角色和辅助角色)。
您必须注册一个 Azure 密钥(我相信 Bizspark 包中包含一个)才能开始,下载 SDK 和 Azure 工具。

看起来您实际上只需要 Web 角色,在这种情况下,它只是您正常编写的普通 ASP.NET / MVC 站点。

本质上,您在这里获得的好处是能够通过调整配置文件来增加运行应用程序的服务器实例的数量。

If you're looking at running Windows Azure (which splits into a web role and worker role).
You'll have to sign up for an Azure key (The Bizspark pack includes one I believe) to get started, download the SDK and Azure tools.

It looks like you would only really need the web role for this, in which case it's just a normal ASP.NET / MVC site that you'd write as normal.

Essentially the benefit you'd get here would be being able to ramp up the number of server instances running your application by tweaking the config file.

染火枫林 2024-07-23 02:28:14

另一个选项是 Amazon EC2 云,它允许您根据需要实例化任意数量的 Windows2k3 Data Center 版本实例。 我在这样的实例上运行 Windows 服务、IIS、Postgresql 等,没有任何问题。

The other option is the Amazon EC2 Cloud which allows you to instantiate as many instances of Windows2k3 Data Centre edition as you need. I run Windows Services, IIS, Postgresql etc. on such an instance with no issues.

栀子花开つ 2024-07-23 02:28:14

设法找到了在云中发布 WCF 服务的链接。 我是 WCF 新手,所以不确定它是否会提供我需要的解决方案,可能会,但我需要做更多研究

链接

Managed to find this link to publishing WCF services in the cloud. Im new to WCF so not sure if it will offer the solution I require, it probably will but I need to do some more research

Link

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文