On the use of Java Server Side Technologies for the Design of Dynamically Redeployable MMOG.pdf
- 1、本文档共7页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
On the use of Java Server Side Technologies for the Design of Dynamically Redeployable MMOG
On the use of Java Server Side Technologies for the
Design of Dynamically Redeployable MMOGs
Bruno Van Den Bossche, Bart De Vleeschauwer, Tom Verdickt,
Filip De Turck, Bart Dhoedt and Piet Demeester
Ghent University - IBBT - IMEC
Department of Information Technology
Gaston Crommenlaan 8 bus 201 9050 Gent, Belgium
Email: {Bruno.VanDenBossche |Bart.DeVleeschauwer |Tom.Verdickt}@intec.UGent.be
Abstract – The number of players participating in Massively replicated in a number of “realms”. These realms are separate
Multiplayer Online games is going beyond the millions, an entities and it is impossible for players to interact with players
efficient software architecture is needed to manage these huge from other realms. Taking this approach, it is possible to
digital worlds and cope with the dynamically changing loads distribute the load over a number of clusters which can even be
at the server side. These virtual environments are more and geographically dispersed. An alternative approach is taken by
more dynamic and sudden increases in player density in a Second Life, where the virtual world is divided into different
part of the world have an impact on the load of the server cells and each cell is hosted on its own server. These cells
responsible for that section of the virtual world. communicate with their neighbors and the players populating
In this paper we discuss a novel way to support this kind them and manage all objects located within their boundaries.
of application by dividing the virtual world into smaller To prevent an ov
文档评论(0)