> > - There is still the following problem : ndll libraries are not linked
> > with -lneko while they should.
> > Any idea on how to fix it nicely ?
> >
> >> Can you explain what is depending on what?
>
> Ok I understand more what's wrong.
> Actually the problem of using -lneko is only with mod_neko.ndll since it
> will be loaded directly by Apache (before libneko.so). Others ndll are
> loaded by libneko.so so doesn't need to reference it.
>
> Nicolas

Another question about dynamic libraries on Linux :
Is library code shared among several processes ?
We have the following scheme :
- Apache starts and load  mod_neko.ndll and libneko.so
- It then forks around 200 subprocesses
- Each process load the neko bytecode which when initialized load several
other .ndlls (they are .so)
Does the code section of theses .ndll is shared among the 200 processes or
not ?

Nicolas

---
Neko : One VM to run them all

Reply via email to