Hello there all, <br><br>i have a problem that pops up every once in a while.<br><br>when i get to a part of the thread loop that does self.store.commit(), i get a failure stating that a record that it is supposed to delete does not exist any longer. I guess that it is been removed by another process. Is there a way that i can safegaurd against that ? or should i just wrap it in a try: except: ? 
<br><br>just wondering if there is a better trick around it.<br><br>thanks<br><br>shawn<br>