Randal L. Schwartz wrote:
And I'm thinking about rewriting that using DBD::SQLite for the
tracker, rather than my ad-hoc "use the filesystem as a database"
code from before.

Actually, that was my favorite part of it. The fact that it used tiny atomic writes without locking made it work over NFS. It would not have worked for me if it used SQLite. It might be fast enough if it used MySQL, so if you do switch to a database please try to keep it as portable as possible.


- Perrin


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to