BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Presentation: Second Life’s Architecture

Presentation: Second Life’s Architecture

Bookmarks

In this presentation, Ian Wilkes, VP of Systems Engineering, describes the architecture used by the popular game named Second Life. Ian presents how the architecture was at its debut and how it evolved over years as users and features have been added.

Watch: Second Life’s Architecture (1 hour)

After a quick overview of what Second Life is today in terms of code lines and users, Ian details on the two main components: the client, which is running on the user’s PC, and the server. UI, the graphic rendering and 3D tools are running on the client, while the server simulates the world. A physical server (1 CPU) is responsible for about 16 acres of land and it is connected to neighboring ones which are each responsible for another 16 acres. The server is responsible for the objects existing in its area, the scripts running, the users logged in and standing in its area.

Ian continues by sketching the architecture, the challenges met and the solutions employed, resulting in the following diagram:

secondlife

The presentation concludes with Ian answering questions from audience.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT