On Fri, 19 May 2000, Stas Bekman wrote:

> Huh? Wasn't the mod_perl 1.23 supposed to fix this problem with DSO? I
> thought to remove this item from the Guide. Are there still problems with
> DSO? 
>
> If I remember correctly the problem was of broken internal pointers when
> the DSO code was reloaded.

not quite, the bogus pointers problem was triggered by:
LoadModule perl_module libmodperl.so

being called twice.

not by PerlFreshRestart.

any how, dso issues are not 100% ironed out, see
Makefile.PL:malloc_check() for example.

Reply via email to