OSG uses a threaded process model where all memory is shared between all threads. Performer used a fork/exec model where each process had its own copy of the program and could only share data via a shared memory interface.
Keith -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Pecoraro Sent: Monday, September 11, 2006 1:00 PM To: [email protected] Subject: [osg-users] Shared Memory? I've done some wading through the OSG documentation hoping to find some way of configuring OSG so that it allocates memory in a shared memory region (similar to the way that SGI Performer can do it via it's shared memory arena functionality). I couldn't find anything to indicate that OSG had support for this. Is that true or am I am missing something? Thanks Alex _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
