DLL's in console applications

Sergey Okhapkin sos@prospect.com.ru
Mon Dec 15 23:26:00 GMT 1997


Kees van Veen wrote:
> But now it looks like every time an instance of the application starts,
> all the DLL's are loaded again as well. The DLL's together amount to
> about 10Mb, and this will increase in the future. My aim was to get them
> to work as a sort of shared libraries.
> 

It just seems to you. The code segment of a dll shares between applications, but data segment is loaded for every app.

-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list