On Thu, 2003-08-14 at 15:01, Jean-Sebastien Guay wrote:
> Could something in Apache::Registry be implemented to integrate it
> better with Apache::Reload? Something along the lines of keeping track
> of which modules a certain script use()s, and at request time, checking
> if Apache::Reload has reloaded one of those since the last request and
> if so, reload the script itself?

It's somewhat tricky to know what modules you've imported from.  Maybe
through overloading use().  The thing is, I don't use Registry or
Apache::Reload so I don't have much motivation to do it.  (I just
restart my server, since it only takes a second.)  If you're interested
in working on it, we could discuss possible approaches on the list and
review your patch.

- Perrin

Reply via email to