Download List

專案描述

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 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.
標籤: Major feature enhancements

2006-03-15 10:19
0.0.35b

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.

標籤: Initial freshmeat announcement

Project Resources