作者: Pablo Basanta-Val , Marisol Garcia-Valls , Iria Estévez-Ayres
DOI: 10.1007/978-3-540-30470-8_51
关键词: Manual memory management 、 Computer science 、 Operating system 、 Java 、 Memory management 、 Remote procedure call 、 Garbage collection 、 Memory model 、 Server-side 、 Garbage 、 Heap (data structure)
摘要: This paper presents an approach to provide real-time support for Java RMI integrating it with the RTSJ memory model leave out garbage collection. A new construct remote objects is proposed: no heap object (NhRo). The usage of a NhRo guarantees that required perform invocation (at server side) does not use memory. aim avoid collection in process, improving predictability and isolation Java-based distributed applications. Sun implementation has been modified integrate static environments. protype performed experiments show feasibility model.