On 1/17/06, Alberto <[EMAIL PROTECTED]> wrote: > Anyway, what I wanted to say is that I'm pretty sure SQLObject is the > cause of this bug, and the patch fixes it so I think it's better not to > work around it but fixing the root cause as this is something that will > affect ALL SQLObject instances, it just happens a TG_Visit instance is > initizalized on each request, so the stressing with ab2 with many > concurrent requests made the bug arise.
Yes, this is an SQLObject bug. I mentioned your patch over on the sqlobject list to make sure they're aware of it. Using locks is a way to fix this for now. Kevin

