Hi. I'm a Windows user and I'm currently using an apache+mod_python +pysqlite+trac setup to work. Previously I used to store data in a MySQL database, but it was very bothersome to set up a new database and bind privileges each time, so a friend recommended sqlite.
There's some bad code in pysqlite. Previously, it usually crashed my apache process after a few page views, even when not doing concurrent opens. After I contacted the developer, he patched the crash point, now it crashes only some times, but also tends to randomly truncate the data that gets displayed. The result is that I can never be sure if Trac is showing me the entire changeset or a part of it and I am forced to hit Refresh multiple times if I notice this. This is a big annoyance, and no attempt to fix it has been done for 3 months now. Can anyone give me advice how to deal with this? Should I go back to MySQL? Or maybe ask the Trac devs to see if it can be patched from the trac side? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
