Changes between Initial Version and Version 1 of Ticket #17998, comment 1


Ignore:
Timestamp:
Mar 28, 2012, 1:25:13 PM (12 years ago)
Author:
Anssi Kääriäinen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17998, comment 1

    initial v1  
    1 I have looked into this a little, but I can't see where the connection is shared between the threads. Any ideas? It should be impossible to get the same `DatabaseWrapper` in different threads unless explicitly shared. Of course, it is possible there is a but making it not so impossible, which would be more serious.
     1I have looked into this a little, but I can't see where the connection is shared between the threads. Any ideas? It should be impossible to get the same `DatabaseWrapper` in different threads unless explicitly shared. Of course, it is possible there is a bug making it not so impossible, which would be more serious.
    22
    33While I haven't reproduced this bug, I am still going to mark this accepted, as I have seen some strange threading errors, too (caused by using ipdb in my case, though).
Back to Top