RE: Reloading .so files and .pm files

2006-09-05 Thread Ben Wilder
lieve! :) Regards, Ben -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: 04 September 2006 10:01 To: [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: Reloading .so files and .pm files Ben Wilder wrote: > 1) Your handler example is fantastic, howev

Re: Reloading .so files and .pm files

2006-09-04 Thread Philip M. Gollucci
Ben Wilder wrote: > 1) Your handler example is fantastic, however in my application I need to > set the $pkg (the package to be dynamically included) from some logic in > another script, so the process may go as follows: > User request -> main script -> database call to get $pkg name - > > dynamic

RE: Reloading .so files and .pm files

2006-09-04 Thread Ben Wilder
vice. Kind regards, Ben -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: 01 September 2006 06:58 To: [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: Reloading .so files and .pm files Ben Wilder wrote: > Thanks Philip, > > Your advice is very help

Re: Reloading .so files and .pm files

2006-08-31 Thread Philip M. Gollucci
> ## Or this is already in PERL5INC some other way already ^^^ LIB d'oh Thats why you shouldn't code in thunderbird :) -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http

Re: Reloading .so files and .pm files

2006-08-31 Thread Philip M. Gollucci
Ben Wilder wrote: > Thanks Philip, > > Your advice is very helpful. > you can guess whats coming next... running this under Mod_perl with 8 > 'StartServers', if i perform 8 requests with a particular $packageFileName > and then attempt a different $packageFileName, Mod_perl will tell me that > th

RE: Reloading .so files and .pm files

2006-08-31 Thread Ben Wilder
ROTECTED] Sent: 31 August 2006 09:44 To: [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: Reloading .so files and .pm files Ben Wilder wrote: > Question: > What with the nature of the statistics I need to call from the compiled > shared objects, I am recompiling the .so file

Re: Reloading .so files and .pm files

2006-08-31 Thread Philip M. Gollucci
Ben Wilder wrote: > Question: > What with the nature of the statistics I need to call from the compiled > shared objects, I am recompiling the .so files about twice a day (as > situations change). I need to update the .so files and their corresponding > .pm module files. > > Does anyone have any s