在Asp.Net中的后台进程的想法 [英] Ideas for background process in Asp.Net

查看:67
本文介绍了在Asp.Net中的后台进程的想法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿伙计们,我使用jquery创建了一个小通知插件,这是一种享受。我想在我的asp应用程序中加入某种后台线程,当某个任务完成后,弹出窗口将显示在屏幕上给用户,让他们知道它已经完成。任何想法的家伙?

Hey guys, I created a little notification plugin using jquery, this works a treat. I''d like to incorporate some kind of background thread in my asp application that when some task finishes that the popup will be displayed on screen to the user to let them know it has completed. Any ideas guys?

推荐答案

我会使用 signalr [ ^ ]它易于使用且性能非常好。这是要走的路!



ASP.NET SignalR是一个面向ASP.NET开发人员的新库,可以非常简单地为您的实时添加实时Web功能应用。什么是实时网络功能?它能够让您的服务器端代码实时地将内容推送到连接的客户端。
I would use signalr[^] It''s easy to use and it performs very well. This is the way to go!

ASP.NET SignalR is a new library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It''s the ability to have your server-side code push content to the connected clients as it happens, in real-time.


这篇关于在Asp.Net中的后台进程的想法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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