This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

help abt loading a shared library.


Hi all,

is it possible to make a shared library to be in memory for ever. the
situation is a shared library XYZ.so.0.0.1 is used often by all of the
clients in the network through a web interface.
can i make this library to be present in memory forever? so that the
invoked program does't take time to load it.
is there any obivious mistake in doing it. if not please help me how to do
so. any kind of help will be of great use.

thanks
arun.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]