Hi Jung Lee,

Jung Lee wrote:
> I appreciate very much for your perfect answers, Mr. Neumann and Dr.
> Reiners. I am really impressed!
>
> Dr. Reiners, you mentioned about pros and cons to both input
> distribution used by VRJ and OpenSG's scenegraph synchronization for inputs.
> Could you please explain more about the pros and cons to them?  I thought
> about them, but it was a little difficult for me to find out them.
>   
Sure.

Input Distribution:

+ Minimal network usage
+ Works with pretty much unchanged application
- Application needs to be deterministic and dependent only on input, 
otherwise needs manual code changes for synchronization
- All nodes need to be able to run full application, which can get 
expensive for larger applications
- If external resources (likes files are databases) are accessed, they 
will be accessed by each cluster node separately

Scenegraph Distribution a la OpenSG:

+ Only one application logic running: only one machine needs to strong 
enough to run it
+ Can use dumb/small/cheaper rendering slaves, all application code on 
master
- More network bandwidth: need to transfer all scenegraph changes

Hope it helps

    Dirk


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to