> > It means, window software which has static linking produce memory overload ?
Memory overload in both terms of software bundle and also the main memory, cache etc. > > Let assume that if size is not a problem and what other disadvantage we may > have with this approach It's not just about the software bundle size, but by dynamic linking you also have a significant advantage that the library need to be loaded only once into the memory, unlike each program loading the library(same) separately. -- Anoop Jacob Thomas http://anoop.caremedia.org -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
