-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Olli Wang wrote: > hi, when there r many people surfing on my website. my website always > gets "Database is locked" error. I'm wondoring whether it's cause by > threading or not. I use transaction in my code but didn't write in > multi-threading. do I need to write multi-threading by myself? thanks.
If you're using pysqlite 2.x, by any means upgrade to a version >= 2.0.5. If you're using pysqlite 0.x/1.x, upgrade to either pysqlite 1.1 (no API changes), or better yet, pysqlite >= 2.0.5. Earlier pysqlite 2.0 releases had concurrency issues experienced for example by people using Trac. - -- Gerhard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFERpVYdIO4ozGCH14RAn2TAJ4zDWVEPmwi/cyKLHOuP4q3zwaG+gCgt8Pm 21sBxanzZ6HIe9a7rLsRyN8= =g/MR -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

