This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Re: application start up and library load performance


Robert Schweikert <rjschwei@cox.net> writes:

> Hi,
>
> Sorry if this is the wrong list.
>
> I have a question/concern about application startup and shared library
> load performance. We have a large interactive application that uses a
> lot of shared libraries. The application startup time and the load times
> of the shared libraries on Linux is very bad when compared to W2K. I do
> not have a number for the startup time but as an example here are the
> load times for a couple of libraries.

glibc 2.3 comes with prelinking support, this will speed up normal
applications.

But it seems that your application uses dlopen, I'm not sure whether
prelinking will help there.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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