On Tue, Jul 22, 2008 at 6:09 AM, Christian Boos <[EMAIL PROTECTED]> wrote: > Let's see how it goes. The only problem I can imaging is that by > enabling more reuse of the connections, this could uncover problems with > sharing connections between threads. We still don't allow that for > Pysqlite on anything but windows, so there's not much risk there.
About that, I've been meaning to mention: I have a server running Trac 0.11 that has some pretty heavy database usage, including some queries that take over a minute. Just out of curiosity I removed the NT-only limitation on connection sharing and have yet to encounter any problems with it. No segfaults, no nothing. This is with sqlite 3.5.9 and pysqlite2 2.4.1. It'll be interesting to see what happens when I apply this patch. Erik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
