Library Automation and Digital Archive
LONTAR
Fakultas Ilmu Komputer
Universitas Indonesia

Pencarian Sederhana

Find Similar Add to Favorite

Call Number SEM-213
Collection Type Indeks Artikel prosiding/Sem
Title PERSISTENCE FOR A CONCURRENT ACTOR SYSTEM
Author Annie Marcoux, Christiane Massoutié, Christine Maurel & Patrick Sallé;
Publisher Technology of object-oriented languages and system Tools 4
Subject
Location
Lokasi : Perpustakaan Fakultas Ilmu Komputer
Nomor Panggil ID Koleksi Status
SEM-213 TERSEDIA
Tidak ada review pada koleksi ini: 55383
ABSTRACT

Persistence can be easily implemented in the actor concurrent language Plasmall for three reasons. On one hand, each actor is selfcontained, i.e. its value is a PlasmaÏI feature merging actor description and actor environment; this value is called "closure". On the other hand, in Plasmall the user can access and handle all the internal forms of the interpreter. Moreover, the information migration between two sites (necessary because an application processes on multiple sites) has been solved, taking into account the problem of recursive environments. So we can inductively access by the concept of closure to all the actors which participate to the activity of an actor and write them in a file medium. Persistence of an actor system is implemented by two new primitives, putcode which saves the whole or partial application state in a file under a coded form and getcode which reads this stored coded state and restores it during a current session