Results 1 -
2 of
2
Database Research in Computer Games
"... This tutorial presents an overview of the data management issues faced by computer games today. While many games do not use databases directly, they still have to process large amounts of data, and could benefit from the application of database technology. Other games, such as massively multiplayer ..."
Abstract
-
Cited by 3 (0 self)
- Add to MetaCart
(Show Context)
This tutorial presents an overview of the data management issues faced by computer games today. While many games do not use databases directly, they still have to process large amounts of data, and could benefit from the application of database technology. Other games, such as massively multiplayer online games (MMOs), must communicate with commercial databases and have their own unique challenges. In this tutorial we will present the state-of-the-art of data management in games that we learned from our interaction with various game studios. We will show how the issues involved motivate current research, and illustrate several possibilities for future work. Our tutorial will start with a description of data-driven design, which is the source of many of the data management issues that games face. We will show some of the tools that game developers use to create and manage content. We will discuss how this type of design can affect performance, and the data structures and techniques that developers use to ensure that the game is responsive. We will discuss the problem of consistency in games, and how games ensure that players all share the same view of the world. Finally, we will examine some of the engineering issues that game developers have to deal with when interacting with traditional databases. This tutorial is intended to be self-contained, and provides the background necessary for understanding how databases and database technology are relevant to computer games. This tutorial is accessible to students and researchers who, while perhaps not hardcore gamers themselves, are interested in ways in which they can use their expertise to solve problems in computer games.
Interoperability of Multiple Autonomous Simulators in Integrated Simulation Environments
"... ABSTRACT: In this paper, we propose a methodology for integrating multiple autonomous pre-existing simulation models into an integrated simulation environment. One of the limitations of the simulators is that they are developed by domain experts who have an in-depth understanding of the phenomena be ..."
Abstract
- Add to MetaCart
(Show Context)
ABSTRACT: In this paper, we propose a methodology for integrating multiple autonomous pre-existing simulation models into an integrated simulation environment. One of the limitations of the simulators is that they are developed by domain experts who have an in-depth understanding of the phenomena being modelled and typically designed to be executed and evaluated independently. Therefore the grand challenge is to facilitate the process of pulling all of independently created models together into an interoperating simulation model where decision makers can explore different alternatives and conduct low cost experiments. We aim to build such integrated simulation environments by creating a loosely coupled federation of pre-existing simulators. Unlike the significant code rewrite required in the HLA case, our framework permits individual simulators to maintain their autonomy (i.e. retain their internal representations of time/state etc.), thereby avoiding the need for rigid common interfaces across simulators. In our methodology, integration of different simulators is ultimately achieved by using the meta-models for specifying the properties of the different simulators and reasoning about the interactions among them. To ensure the correct interoperability of the concurrently executing simulation models, time synchronization and data consistency are critical problems that must be addressed. Using concepts from multidatabases systems and transaction processing we model the integrated simulation execution as sequences of actions and capture dependencies across them; we express synchronization as a scheduling problem where the goal is