using RAM

Please, does any body can help me, I want to use resources from other computer in a network. I'd like to use other computer RAM from mine. Could you give me a reference.Wilfredo Vargas Almendras
[209 byte] By [Wilfredoa] at [2007-10-3 8:09:36]
# 1

You can use RMI to transfer objects between JVMs running on two separate machines. If you clear out references to objects that you've transferred, you'll reduce your RAM usage on one machine and increase it on the other (assuming you collected the objects as you received them).

http://java.sun.com/docs/books/tutorial/rmi/index.html

should get you started.

brian@cubik.caa at 2007-7-15 3:13:52 > top of Java-index,Core,Core APIs...
# 2
OK . I will try, if I have troubles I will post my questions...Wilfredo Vargas
Wilfredoa at 2007-7-15 3:13:52 > top of Java-index,Core,Core APIs...