Download List

Projeto Descrição

ROVM (Remote Object Virtual Machine) is a virtual
machine to read, write, and execute remote
objects. It facilitates programming with objects
that are executed on a remote machine. ROVM
consists of various packages. ROVM Server and ROVM
Interface support features to connect each other,
and ROVM Client supports features to debug your
opcodes easily.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-21 06:00
0.1.35a

ROVM Server agora usa o OpenSSL para comunicações criptografadas por padrão. É necessário atualizar seu ROVM Interface e ROVM Client. A autenticação do usuário agora é suportado usando o utilitário htpasswd do Apache. Um arquivo de opção agora é também suportada.
Tags: Major feature enhancements
ROVM Server now uses OpenSSL for encrypted communications by default. It is necessary to upgrade your ROVM Interface and ROVM Client. User authentication is now supported using Apache's htpasswd utility. An option file is now also supported.

2006-03-15 10:19
0.0.35b

Alguns testes de esforço foram realizados na ROVM Server, focando Coleta de Lixo e alocação de memória usando testes de multi-thread. Quando o segmento GC em ROVM Server remove um ObjRef, o método é executado automaticamente se __del__ ObjRef tem tal método. Todas as 35 instruções opcode que ser incorporado na ROVM Server são agora suportadas em ROVM Interface. A classe Regex (baseado no estilo Emacs-RE) e uma classe regex.regex foram adicionados à categoria de teste / ROVM na Biblioteca.
Tags: Initial freshmeat announcement
Some stress tests were done in ROVM Server,
focusing on Garbage Collection and Memory
Allocation using multi-thread tests. When the GC
thread in ROVM Server removes an ObjRef, the
__del__ method runs automatically if ObjRef has
such a method. All 35 opcode instructions which be
embodied in ROVM Server are now supported in ROVM
Interface. A regex class (based on Emacs-style RE)
and a regex.regex class were added to the /test
category in ROVM Library.

Project Resources