Another approach to serving the Web log is to use a dynamic page to generate the most recent hits each time they are requested.
处理Web日志的另一种方法是每次收到请求时使用动态页面来生成最新访问量。
3
To demonstrate the basic technique, Listing 1 shows Python code that USES dynamic features to log all invocations of a remote method to standard error on the console.