Re: cache a object in modperl
Wesley Peng <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Mithun Bhattacharya wrote: > Does IANA have an easy way of determining whether there is an update > since a certain date ? I was thinking it might make sense to just run a > scheduled job to monitor for update and then restart your service or > refresh your local cache depending upon how you solve it. Yes I agree with this. I may monitor IANA's database via their version changes, and run a crontab to restart my apache server during the non-active user time (i.e, 3:00 AM). Or do you have better solution? Thanks.