From: Kevin G. <ke...@go...> - 2003-08-18 16:36:04
|
> I have recently installed my script on the IIS 5.0 with PerlEx.dll > for the Active State Perl 5.6.0 build 633 and have intermittent > problems with Log4perl being unable to precompile whenever I > change the script. I don't have time to research this deeply right now, but I'm almost sure I've heard of stuff like this before. Just off the top of my head, I think it has to do with the fact that PerlEX is a persistent interpreter and the way Log4perl is a initialized globally, interpreter-wide, so the first script initializes Log4perl and gets references to its data structures, but the subsequent scripts don't get references to the already-existing data structures. It seems to me that in such a case you can either restart IIS whenever you change the script or maybe it seems to me PerlEX maintains a list of modules that should be reloaded on reload? Mike Schilli wrote: > There seems to be a problem with PerlEx, does anybody know what this > could be caused by? > > http://aspn.activestate.com/ASPN/Mail/Message/perlex/1679984 > > -- > -- Mike > Mike Schilli > log...@pe... > ------------------------------------------------------- This SF.Net > email sponsored by: Free pre-built ASP.NET sites including Data Reports, > E-commerce, Portals, and Forums are available now. Download today and > enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ log4perl-devel mailing > list log...@li... > https://lists.sourceforge.net/lists/listinfo/log4perl-devel -- Happy Trails . . . Kevin M. Goess (and Anne and Frank) 904 Carmel Ave. Albany, CA 94706 (510) 525-5217 |