天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁(yè) > 科技論文 > 軟件論文 >

面向SOA的服務(wù)調(diào)度算法及應(yīng)用研究

發(fā)布時(shí)間:2018-04-09 23:35

  本文選題:面向服務(wù)的體系架構(gòu) 切入點(diǎn):Web服務(wù) 出處:《哈爾濱工程大學(xué)》2016年碩士論文


【摘要】:在企業(yè)信息化轉(zhuǎn)型過(guò)程中,由于各管理系統(tǒng)往往是分階段逐步改造或創(chuàng)建的,在架構(gòu)、接口等方面可能存在差異性,進(jìn)而導(dǎo)致難以集成協(xié)作的問(wèn)題,為解決該問(wèn)題,通常會(huì)選擇SOA架構(gòu)進(jìn)行系統(tǒng)集成,不僅能夠屏蔽系統(tǒng)間接口和協(xié)議上的差異,還能夠更方便的在系統(tǒng)間實(shí)現(xiàn)業(yè)務(wù)代碼復(fù)用。選擇SOA架構(gòu)意味著各系統(tǒng)會(huì)通過(guò)Web服務(wù)進(jìn)行通訊和交互,在整體系統(tǒng)的拓?fù)浣Y(jié)構(gòu)中,處于中心位置的子系統(tǒng)很可能出現(xiàn)熱點(diǎn)服務(wù),繼而面臨請(qǐng)求規(guī)模超出服務(wù)處理能力的困境,此時(shí)需要考慮對(duì)請(qǐng)求進(jìn)行合理調(diào)度。請(qǐng)求調(diào)度問(wèn)題在不同場(chǎng)景下,有不同的研究重點(diǎn)。為了解決服務(wù)處理能力不足的問(wèn)題,一種思路是冗余部署,通過(guò)擴(kuò)展服務(wù)提供者數(shù)量達(dá)到提升服務(wù)處理能力的目的。在該場(chǎng)景下,請(qǐng)求調(diào)度問(wèn)題研究的是如何在多個(gè)服務(wù)提供者中合理選擇轉(zhuǎn)發(fā)目標(biāo),實(shí)現(xiàn)負(fù)載均衡。另一種思路是保持單一的服務(wù)提供方,通過(guò)考察請(qǐng)求的特征,優(yōu)化請(qǐng)求的響應(yīng)順序,達(dá)到提升服務(wù)整體處理能力的目的。本文對(duì)請(qǐng)求調(diào)度問(wèn)題的研究就是在采用后一種解決思路的場(chǎng)景下,希望通過(guò)提出合理的調(diào)度策略,能夠在不增加額外的部署及管理成本的前提下,改善服務(wù)調(diào)用請(qǐng)求的成功率,提高服務(wù)的吞吐能力。本文首先對(duì)問(wèn)題進(jìn)行了分析,通過(guò)比較默認(rèn)調(diào)度策略和其他改進(jìn)型調(diào)度策略的優(yōu)缺點(diǎn),確定了本文算法的研究方向。針對(duì)SOA的集成特點(diǎn),提出了服務(wù)的獲益策略并制定了該策略下的獲益指標(biāo)集合,并基于對(duì)請(qǐng)求歷史的分析,實(shí)現(xiàn)對(duì)請(qǐng)求結(jié)果有效性的預(yù)估。最終將獲益值、有效性和急迫度的帶權(quán)計(jì)算結(jié)果作為請(qǐng)求調(diào)度的依據(jù)。通過(guò)對(duì)比實(shí)驗(yàn),在不同請(qǐng)求場(chǎng)景下驗(yàn)證了算法在調(diào)度效果上的改進(jìn)。最后在實(shí)際集成工具中應(yīng)用了本算法,實(shí)踐了算法的應(yīng)用場(chǎng)景。算法的不足之處在于調(diào)度效果在一定程度上依賴(lài)于服務(wù)在不同參數(shù)下結(jié)果計(jì)算時(shí)間的差異程度,這使得算法更適用于復(fù)雜業(yè)務(wù)服務(wù)。
[Abstract]:In the process of enterprise information transformation, because every management system is often transformed or created step by step, there may be differences in structure, interface and so on, which leads to the problem of difficult integration and cooperation, in order to solve this problem.SOA architecture is usually chosen for system integration, which can not only shield the differences in interfaces and protocols between systems, but also implement business code reuse more conveniently among systems.Choosing SOA architecture means that each system communicates and interacts with each other through Web services. In the topology of the whole system, hot services are likely to appear in the central subsystem, and then the request scale exceeds the processing capacity of the service.At this point, we need to consider the reasonable scheduling of the request.The request scheduling problem has different research emphasis in different scenarios.In order to solve the problem of insufficient service processing capacity, one way of thinking is to expand the number of service providers to enhance the service processing capacity.In this scenario, the problem of request scheduling focuses on how to reasonably select forwarding targets among multiple service providers to achieve load balancing.Another idea is to maintain a single service provider and optimize the response order of the request by investigating the characteristics of the request to achieve the purpose of enhancing the overall processing capacity of the service.In this paper, the research of request scheduling problem is to improve the success rate of service call request without adding additional deployment and management cost by proposing a reasonable scheduling strategy under the scenario of adopting the latter solution.Improve the throughput capacity of the service.Firstly, this paper analyzes the problem, compares the advantages and disadvantages between the default scheduling policy and other improved scheduling policies, and determines the research direction of the algorithm in this paper.According to the integration characteristics of SOA, a service benefit strategy is proposed and the benefit index set under the strategy is formulated. Based on the analysis of the request history, the validity of the request result is estimated.Finally, the weighted calculation results of benefit, validity and urgency are used as the basis of request scheduling.Through the contrast experiment, the improvement of the scheduling effect is verified in different request scenarios.Finally, the algorithm is applied in the practical integration tool, and the application scene of the algorithm is put into practice.The disadvantage of the algorithm is that the scheduling effect depends to some extent on the difference of the computing time of the service under different parameters, which makes the algorithm more suitable for complex business services.
【學(xué)位授予單位】:哈爾濱工程大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2016
【分類(lèi)號(hào)】:TP393.09;TP301.6

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 馮剛;馬偉;金京林;葛紅;鮑蘇蘇;;一種改進(jìn)的公平分享調(diào)度算法[J];微電子學(xué)與計(jì)算機(jī);2008年04期

2 向哲,鐘玉琢,冼偉銓;一種基于周期合并策略的流調(diào)度算法[J];軟件學(xué)報(bào);2001年08期

3 伊鵬,張興明,郭云飛;基于輸入排隊(duì)的調(diào)度算法[J];計(jì)算機(jī)工程;2003年19期

4 易云山,桂志波;分組網(wǎng)絡(luò)中包調(diào)度算法研究[J];江蘇通信技術(shù);2004年03期

5 任艷穎,張文軍,王彬;無(wú)線(xiàn)調(diào)度算法[J];計(jì)算機(jī)工程;2004年15期

6 劉越洋,席裕庚;基于兩步滾動(dòng)的單機(jī)調(diào)度算法研究[J];計(jì)算機(jī)工程;2004年24期

7 楊梅樾;馬祥杰;;輸入排隊(duì)中調(diào)度算法的研究[J];信息工程大學(xué)學(xué)報(bào);2006年02期

8 曾東海;劉海;金士堯;;集群負(fù)載調(diào)度算法性能評(píng)價(jià)[J];計(jì)算機(jī)工程;2006年11期

9 孫力娟;李超;張登銀;王汝傳;;低速網(wǎng)絡(luò)中實(shí)時(shí)補(bǔ)償型差額循環(huán)調(diào)度算法的設(shè)計(jì)和實(shí)現(xiàn)[J];電子與信息學(xué)報(bào);2006年10期

10 劉東;張春元;;軟件容錯(cuò)模型中反向與正向調(diào)度算法研究[J];計(jì)算機(jī)工程與科學(xué);2007年09期

相關(guān)會(huì)議論文 前10條

1 彭洪;涂?jī)錾?;面向操作的調(diào)度算法[A];1994中國(guó)控制與決策學(xué)術(shù)年會(huì)論文集[C];1994年

2 羅豪杰;許都;;IEEE 802.16 MAC層上行調(diào)度算法[A];四川省通信學(xué)會(huì)2007年學(xué)術(shù)年會(huì)論文集[C];2007年

3 張遵福;李樂(lè)民;;支持QoS的調(diào)度算法設(shè)計(jì)[A];2006中國(guó)西部青年通信學(xué)術(shù)會(huì)議論文集[C];2006年

4 姚建波;竺小松;李晶晶;;非對(duì)稱(chēng)通信環(huán)境中兩種廣播調(diào)度算法的分析與比較[A];中國(guó)通信學(xué)會(huì)第六屆學(xué)術(shù)年會(huì)論文集(上)[C];2009年

5 景維鵬;吳智博;劉宏偉;董劍;;一種支持任務(wù)依賴(lài)關(guān)系容錯(cuò)調(diào)度算法[A];第十四屆全國(guó)容錯(cuò)計(jì)算學(xué)術(shù)會(huì)議(CFTC'2011)論文集[C];2011年

6 李琪林;甄威;周明天;;一種適用于Master-Worker應(yīng)用的動(dòng)態(tài)統(tǒng)一調(diào)度算法的研究[A];2008'中國(guó)信息技術(shù)與應(yīng)用學(xué)術(shù)論壇論文集(一)[C];2008年

7 呂鋒;涂曉東;;高性能交換結(jié)構(gòu)調(diào)度算法的研究[A];四川省通信學(xué)會(huì)2006年學(xué)術(shù)年會(huì)論文集(二)[C];2006年

8 趙爾敦;肖靜;;無(wú)線(xiàn)網(wǎng)絡(luò)中基于信道狀態(tài)預(yù)測(cè)的調(diào)度算法[A];2006全國(guó)復(fù)雜網(wǎng)絡(luò)學(xué)術(shù)會(huì)議論文集[C];2006年

9 殷潔;;城市光網(wǎng)光纖自動(dòng)調(diào)度算法研究和應(yīng)用[A];中國(guó)通信學(xué)會(huì)信息通信網(wǎng)絡(luò)技術(shù)委員會(huì)2011年年會(huì)論文集(下冊(cè))[C];2011年

10 陳平;王柏;徐六通;吳斌;王艷輝;;電信社群網(wǎng)絡(luò)中介度的網(wǎng)格并行算法及調(diào)度算法[A];2006年全國(guó)通信軟件學(xué)術(shù)會(huì)議論文集[C];2006年

相關(guān)重要報(bào)紙文章 前10條

1 本報(bào)記者 許繼楠;企業(yè)服務(wù)總線(xiàn)助中航信靈活應(yīng)對(duì)業(yè)務(wù)[N];中國(guó)計(jì)算機(jī)報(bào);2010年

2 銳易特;銳易特:搭通企業(yè)服務(wù)總線(xiàn)之路[N];中國(guó)計(jì)算機(jī)報(bào);2008年

3 馮曉芳 劉菊花;我國(guó)有望率先建立起SOA標(biāo)準(zhǔn)體系[N];中國(guó)稅務(wù)報(bào);2008年

4 記者 李傳濤;SOA標(biāo)準(zhǔn)體系年內(nèi)有望建立[N];通信產(chǎn)業(yè)報(bào);2008年

5 本報(bào)記者 邢小萍;我國(guó)有望年底推出SOA標(biāo)準(zhǔn)體系[N];網(wǎng)絡(luò)世界;2008年

6 于翔;中國(guó)版SOA標(biāo)準(zhǔn)體系問(wèn)世[N];網(wǎng)絡(luò)世界;2009年

7 記者 劉喜喜;中國(guó)率先規(guī)劃出SOA標(biāo)準(zhǔn)體系[N];中國(guó)計(jì)算機(jī)報(bào);2009年

8 電腦商報(bào)記者 周雪;我國(guó)SOA標(biāo)準(zhǔn)體系進(jìn)入倒計(jì)時(shí)[N];電腦商報(bào);2008年

9 邊歆;單一的企業(yè)服務(wù)總線(xiàn)不會(huì)成功[N];網(wǎng)絡(luò)世界;2008年

10 本報(bào)記者 鄒大斌;僅有SaaS還不夠[N];計(jì)算機(jī)世界;2008年

相關(guān)博士學(xué)位論文 前10條

1 劉曉鋒;可擴(kuò)展多級(jí)多平面交換網(wǎng)絡(luò)及調(diào)度算法研究[D];電子科技大學(xué);2015年

2 沈文楓;CPU-GPU異構(gòu)高性能計(jì)算中的負(fù)載預(yù)測(cè)調(diào)度算法研究及應(yīng)用[D];上海大學(xué);2016年

3 胡永東;移動(dòng)WiMAX網(wǎng)絡(luò)中跨層的保證QoS解決方案研究[D];東南大學(xué);2017年

4 馬丹;任務(wù)間相互依賴(lài)的并行作業(yè)調(diào)度算法研究[D];華中科技大學(xué);2007年

5 田沖;無(wú)線(xiàn)網(wǎng)絡(luò)跨層調(diào)度算法研究[D];山東大學(xué);2009年

6 黃平;分布式交換系統(tǒng)隊(duì)列結(jié)構(gòu)及調(diào)度算法研究[D];華中科技大學(xué);2006年

7 劉惠;嵌入式系統(tǒng)節(jié)能調(diào)度算法研究[D];西安電子科技大學(xué);2011年

8 趙明宇;集群系統(tǒng)的調(diào)度算法研究[D];哈爾濱工業(yè)大學(xué);2007年

9 吳剛;對(duì)低功耗進(jìn)程調(diào)度算法的研究[D];復(fù)旦大學(xué);2006年

10 牛進(jìn)平;3G長(zhǎng)期演進(jìn)系統(tǒng)中調(diào)度算法和干擾抑制技術(shù)研究[D];西安電子科技大學(xué);2014年

相關(guān)碩士學(xué)位論文 前10條

1 林博楠;面向SOA的服務(wù)調(diào)度算法及應(yīng)用研究[D];哈爾濱工程大學(xué);2016年

2 丁雪飛;純電動(dòng)車(chē)整車(chē)CAN網(wǎng)絡(luò)實(shí)時(shí)調(diào)度算法的研究[D];遼寧大學(xué);2015年

3 王德龍;Hadoop平臺(tái)下作業(yè)調(diào)度算法的研究與改進(jìn)[D];南京信息工程大學(xué);2015年

4 袁林偉;載波聚合資源分配及調(diào)度算法研究[D];西南交通大學(xué);2015年

5 景木均;3GPP LTE系統(tǒng)中基于多目標(biāo)決策的下行資源調(diào)度算法研究與實(shí)現(xiàn)[D];西南交通大學(xué);2015年

6 劉盼紅;大數(shù)據(jù)環(huán)境下Hadoop作業(yè)調(diào)度算法的研究[D];河北工程大學(xué);2015年

7 楊軒;高鐵無(wú)線(xiàn)通信VoIP業(yè)務(wù)與多業(yè)務(wù)共存的資源調(diào)度算法[D];西南交通大學(xué);2015年

8 陳傳慶;基于衰落信道的無(wú)線(xiàn)鏈路調(diào)度算法研究[D];曲阜師范大學(xué);2015年

9 陳文龍;Hadoop平臺(tái)下作業(yè)調(diào)度方法研究[D];南京理工大學(xué);2015年

10 陳瑜;針對(duì)Hadoop集群的節(jié)能調(diào)度算法研究[D];電子科技大學(xué);2015年

,

本文編號(hào):1728686

資料下載
論文發(fā)表

本文鏈接:http://www.sikaile.net/kejilunwen/ruanjiangongchenglunwen/1728686.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶(hù)2f6c8***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com