Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: shared libraries load

1 view
Skip to first unread message

0xdeadabe

unread,
Apr 30, 2008, 2:16:00 AM4/30/08
to
On Tue, 29 Apr 2008 11:55:35 +0200, "Norbert"
<nor...@hidden-city-remove.net> wrote:

>Hi guys!
>
>I have a bunch on non-reentrant shared libraries that I would like to run in
>a multi-threaded environment. One of the problems is that they are
>connected: library 1 can call library 2, but library 3 can also call library
>2, so keeping track that I don't use the same library from different threads
>does not help (I don't know the relationships in advance).
>
>I need a good solution:
>1.) Is it possible to set different loader domains from my program, so than
>I load each library in it's own domain

Not really.

>2.) I've seen some references to USLA (user-space loader assistant) and
>SHLAP (shared library assistant process), but I can't find detail to know if
>that is of any interest

Don't bother.

>3.) Is there on AIX some other loadable type that would solve my problem
>(not to have one single version loaded) - but to be able to load it
>dynamically

Unfortunately not.

0 new messages