Re: threads and kernel
Benoit Fouet <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Hi, Steve Graegert wrote: > As a side note: you can safely use dlopen() to load shared libraries, > whether or not they depend on libpthread.so, as long as the main > program was initially threaded. The other way round is dangerous and > mostly not allowed. > > could you please elaborate a bit on that ? i cannot see why this is dangerous. Thanks, Ben