Re: A fix in sight: Apache::ASP: crash when placed in startup.pl (2)

2000-01-19 Thread Alan Burlison
Gerald Richter wrote: > > > Seems correct to me, although as I said before the patch should really > > go in DynaLoader - after all it is conceivable that perl embedders other > > than Apache could be hit by this problem. > > > Yes, I agree, but this will not before perl 5.006 and much people are

RE: A fix in sight: Apache::ASP: crash when placed in startup.pl (2)

2000-01-19 Thread Gerald Richter
> Seems correct to me, although as I said before the patch should really > go in DynaLoader - after all it is conceivable that perl embedders other > than Apache could be hit by this problem. > Yes, I agree, but this will not before perl 5.006 and much people are still using perl 5.004... Gerald

Re: A fix in sight: Apache::ASP: crash when placed in startup.pl (2)

2000-01-19 Thread Alan Burlison
Gerald Richter wrote: > Just one more thought: The mp_dso_unload, which Daniel has patched, is > registered as cleanup. So it should be called everytime the modperl > libraries is unloaded and only when modperl library is unloaded, we need to > unload the other libraries. So as far as I see this

RE: A fix in sight: Apache::ASP: crash when placed in startup.pl (2)

2000-01-19 Thread Gerald Richter
> > > > perl_destruct/perl_free are not called at restart, only during > child_exit. > > it looks like that might need to change to finish the dso puzzle. I > > experienced some problems there, but that was a few years ago, looks > > like it's time to revisit. > > > Just one more thought: The mp