|
From: Blake W. <bl...@ph...> - 2003-02-05 13:27:26
|
> I think when a function handles the url, it's building the > whole page and that's the end of our run. I can't think of > a use case where we'd want two different functions to handle > the url and do different things. No? How about moving logstats.py to the url handler as well? It would log the url and referrer, and then pass it off to the actual page handler (which would then call it to stuff the referrer information into the py dict. As long as the urlHandlers return true to indicate we should stop processing, and false to indicate we should continue, there should be no problems with these sorts of scenarios. Later, Blake. |