If I wrote something in plperlu, when would that module be reloaded? Every time the function ran? The first time it ran? Does the Perl DLL get unloaded if it hasn't been used in a while, and then after that it'd be another module reload?
Oh...this is handy knowledge, but I think I wasn't clear, I mean *a* Perl module, i.e., one actually written in Perl, like Net::SMTP, not *the* Perl module, plperlu.dll or whatever the Perl interpreter module itself is called.
Kev
2009-02-18 20:31:10
I realize I asked about the DLL too, only because I wondered if the pure-perl modules get precompiled and kept around, thus making module reloading dependent on DLL reloading.
Kev
2009-02-18 20:34:02
+1 anyway for the helpful DLL information.
Kev
2009-02-18 20:34:34
Actually, I guess you answered the title of the question dead on. I should open a second question. Thanks!
Kev
2009-02-18 20:43:28