Hello Jie Liu,

Jie Liu wrote:
> Here is the last question:
> If I have written my Node Core, can it be easily extended to a cluster 
> environment?

in general your node core will be able to be transmitted over the 
network, i.e. all its Fields will be replicated - that is achieved with 
the generated code in the OSG<name>Base.{h,cpp,inl} files. In general 
the behaviour of your core should only depend on the values of its 
fields, not e.g. whether a certain function call happened during the 
last frame (because the system can replicate the field contents, but not 
function calls across the cluster ;) ).

        Cheers,
                Carsten

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to