MARTIN MOSS wrote: > All, > > I have a few modules which cache a few arrays. I want to get around the > problem of these arrays staying cached when Apache Restarts gracefully. I > can't have the server stop and start, and Apache::Reload isn't really the > solution for this problem (or at least I don't think it is). > > Has anybody done something which can allow me to force certain modules to > reload/refresh whenever Apache does a Graceful restart?
try a PerlRestartHandler. --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html