与服务共享托管

发布于 2024-10-04 15:06:18 字数 185 浏览 1 评论 0原文

我很好奇是否有一个用于 ASP.NET 网站的共享托管平台,它允许我设置一个按预定时间间隔执行某些操作的服务。由于预算限制,专用托管不是一种选择。

到目前为止,看起来我的解决方案必须在缓存中设置一个对象并使用过期的回调。

有谁用过上面的方法吗?它有多成功?

还有比这更好的选择或方法吗?

谢谢

I was curious if there is a shared hosting platform for asp.net web sites that would allow me to setup a service that would do something at predetermined intervals. Dedicated hosting is not an option due to budget constraints.

So far, it looks like my solution will have to be to set an object in the cache and use the expired callback.

Has any one used the above method? and how successful was it?

Is there a better option or method than this?

Thanks

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

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

发布评论

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

评论(1

七堇年 2024-10-11 15:06:18

如果无法设置 Windows 服务,您可以在 global.asax Application_Start 中启动后台线程

If setting up a windows service in not an option you can start a background thread in the global.asax Application_Start

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