> > Maybe it should be cached in memory and only be re-read on request
> > (SIGHUP). Parsing that file every time is undoubtedly a large
> fraction of
> > the total connection startup time.
>
> Okay with me if someone wants to do it ... but that'd be a lot more work
> than just moving the documentation ...
Or cache the information and just do a file modification timestamp check on
each connection to see if it needs to be reread. (Best of both worlds??)
Chris