Archives May 20, 2005

Bug turns out to be a logic problem with parallel operation (It only waits until an op is finished, if it finishes instantly it never waits)


Finally tracked down the hanging Twisted code. It was a big operation that happens every 20 minutes. The first time through every operation has to wait for a network connection or 2, so there's always a deferred. Subsequent times none of the (3000+) operations has to wait, but they are very heavy in terms of ...

Continue reading

Previous day

May 19, 2005

Next day

May 21, 2005

Archives