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
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 anybo