[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > In my application I am trying to access(read) a DB thru a thread while > my main thread is adding data to it and it gives following error(s) [snip] > Do anybody has a clue what I am doing wrong here?
Using threads with bsddb3. I spent weeks trying to get it to behave when threading. I gave up in the end and changed to sqlite :-( At least if you make a mistake with sqlite and use the wrong handle in the wrong place when threading it gives you a very clear error. -- Nick Craig-Wood <[EMAIL PROTECTED]> -- http://www.craig-wood.com/nick -- http://mail.python.org/mailman/listinfo/python-list