tracは設定ファイルをキャッシュする
普段便利に使わせてもらっているtracですが、trac.iniを変更しても設定が反映されないので悩んでいたらこんな記事が。
Trac and mod_pythonに
mod_python does caching: beware
When using mod_python you have to reload apache before changes to a trac.ini of a project or a projects templates take effect!
Note: This doesn’t apply to the current development version (0.9pre), where the configuration is reloaded automatically if it has changed.
やっぱり、trac.iniの内容はキャッシュされるんですね。
pythonって全然分からないので、どういった仕組みでやっているのか知らないのですが
mod_python(apache)レベルで色々キャッシュできるならDjangoが早いっていうのも納得です。
No comments yet.