On Tuesday 15 November 2005 15:59, Thiago Macieira wrote: > Not so with a shared library. With one, you have a binary option: either > you load it entirely to memory, or you don't load it at all. It's mapped into virtual memory, only the pages that get actually used are mapped into physical memory. Matthias