Plan-X

Plan-X Project

Overview

If the network is the computer, how do we program it?

The aim of the Plan10 Framework Project is to develop a software platform for value-oriented programming supporting transparency of distibution and mobility of data and applications.

Existing programming platforms, such as J2EE and .Net, are based on an object-oriented programming model, which is complemented with services for distributed applications and mobile code. If data and software are supposed to work when migrated, replicated for availability and performance, and updated subject to transactional guarantees, then it is likely that significant amounts of programmer activity and application code is expended on computer science machinery such as replication, caching, memory management, concurrency control, data synchronization, transactions, handling of network errors and so forth.

The goal of the Plan-X project is to develop a software platform (consisting of a programming model and middleware services) where program and data, once running on one machine, can subsequently be distributed on a network of machines and moved about on those machine, even while the client programs are executing and software and data migrate. The purpose of this is to allow the programmer to focus on the application at hand, and leave all the computer science machinery to the software platform.

Central to the programming model is the clear separation between immutable data (which is cheap in distributed systems) and mutable data (which is expensive). Immutable data, or values, are addressed using names referring, in a unique fashion, to the data itself and not the location of the data. The advantage of this is that data can be freely shared, cached, and replicated, and transparency of mobility is built into the programming model.

Papers

The following Master's Theses have been written on the XML Store component of the Plan-X framework.

Software

An experimental release of Thomas Ambus's Koala XML Store is available for download. This in the early stages, so please exercise care and don't forget to report issues to us. It builds upon the earlier Bøgebjerg XML Store by Kasper Bøgebjerg Pedersen.

Another XML Store implementation, by Tine Thorn, Anders Baumann, and Mikkel Fennestad, is also available. This implementation is based on the Chord protocol. Please note that the interfaces to the XML Stores are different.

Meetings

Dates for Plan-X meetings in January-June 2005 (13:00-15:00, each given day):

The meetings will take place outside N203 (Fritz's office). There is a standard agenda unless another is announced through the mailing list.

Discussion

There is an open mailing list for Plan-X discussions. You can subscribe to it via the web interface at http://miming.diku.dk/mailman/listinfo/plan10 or by sending email to plan10-request@diku.dk with the subject "subscribe". You can read previously posted messages at the associated email archive.

Courses/Seminars/Projects

Courses/seminars

None presently.

Past courses/seminars

Projects

People

 

Last updated: January 26th, 2005 (Thomas Ambus)