From: Grzegorz J. <ja...@he...> - 2004-02-24 07:13:23
|
---------- Forwarded message ---------- Date: Mon, 16 Feb 2004 11:14:53 +0100 (CET) From: ocean0 <lorenzet at interfree.it> To: opencxx-commits at lists.sourceforge.net Subject: Info Resent-Date: Tue, 24 Feb 2004 15:16:35 +0800 (CST) I ' m a student of information engineering (Padova-Italy) and i' m interesting of object serialization and RMI,ARMI in C / C++. The basic problem that I would solve is send function code from source host X to destination host Y and only destination host runs the received function. A first solutions that i have thought is send to host Y a binary code and then use a emulator for execute a function received but the current implementations with similar targets make to run the functions (in bytecode) received by virtual machine such as in java and in opencxx, why? Perhaps why is the execution time of second type of implementation better? or why is too complex and difficult emulate binary code of different machine? And Then also C# allows to use object serialization ... why opencxx realize ? |