Mail Archives: djgpp/1997/11/04/10:40:50
On 11/4/97 9:19:05 AM John M. Aldrich wrote:
>environment. Linux also features shared libraries, as I understand, so
>this may further reduce loading time.
>
>If anybody knows different, please correct me. :)
I'm not sure that loading a shared library will reduce the startup time.
I don't have any experience with Linux shared librarys but
if the behaviour of shared libs is roughly similar to Windows DLL's then
the startup time is even longer. ALL the library is loaded to memory
and not just the necessary routines.
Eyal.
- Raw text -