12:29 pm - Joule againI spent quite a bit of time yesterday evening optimising joule. The graph and chart versions are now served by the same script. More interestingly, this script uses mod_python instead of CGI, which allows it to run in-process with the webserver, and incidentally also gives it the advantage of automatic bytecode compilation. I'm very impressed with mod_python-- it makes the script run like a scalded cat. |