1. Is it possible to build a dynamic library such that some static data is shared among ALL open instances of the library, even when it is open from different processes? [example: processes 1 and 2 open libx.so. when process 1 sets some static variable in libx.so, this change is also visible to process 2]
2. Is it possible to "upgrade" MAP_PRIVATE pages to MAP_SHARED pages w/o changing their contents and base address? Thanks. This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
