猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
java异步回调函数返回的状态如何通知给前台?
如题,有了异步函数也处理了数据,但是怎么反馈给前台呢?给点思路也好
慕仙森
浏览 1808
回答 2
2回答
白板的微信
WebSocketscanmakeawebpagedynamicandinteractive.HoweverinmanycasesacombinationofAjaxandHTTPstreamingand/orlongpollingcouldprovideasimpleandeffectivesolution.Forexamplenews,mail,andsocialfeedsneedtoupdatedynamicallybutitmaybeperfectlyokaytodosoeveryfewminutes.Collaboration,games,andfinancialappsontheotherhandneedtobemuchclosertorealtime.Latencyaloneisnotadecidingfactor.Ifthevolumeofmessagesisrelativelylow(e.g.monitoringnetworkfailures)HTTPstreamingorpollingmayprovideaneffectivesolution.Itisthecombinationoflowlatency,highfrequencyandhighvolumethatmakethebestcasefortheuseWebSocket.看了springbootwebsocket文档说的,什么时候用轮询,什么时候用websocket说得很清楚,我还是乖乖的用轮询吧
0
0
0
心有法竹
个人觉得最简单的是用短轮询方式:前台发送请求A,调用后台方法,后台方法启动任务后返回结果。拿到结果后,前台定期(1s)通过请求B查询后台任务是否处理完成。
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关分类
JavaScript
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续