Sreeji K Das wrote:
> Hi Stas,
>  
> 
>>>I was wondering if there is a possibility to
>>
>>reload PERL module compiled
>>
>>>into Apache
>>>with Apache::Registry
>>>(and I want to reload this  module in all Apache
>>
>>children processes) by running reload-program once.
>>
>>Currently Apache::Reload or its equivalent your only
>>solution. With 
>>mod_perl 2.0 it'll be doable, if you run a single
>>threaded server.
> 
> So you mean any modules changed can be reloaded to all
> children, without actually terminating and starting
> the server ?  (or does single threaded means there are
> no children ?)

Sorry, I should have said within a single process with multiple threads.
I just said it'll be doable because of threads, (which all share the 
same process memory). I'm not sure if this already works this way. Give 
it a try, Apache::Reload is a now in the 2.0 core.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to