
July 31, 2003
10:29 p.m.
Besides, you are adding the outer d to deferreds once per iteration. That's broken.
I'm not sure what you mean here. I was adding my deferred to a list and it seemed to be doing what I wanted (at least I think it was).
To clarify, what I'm trying to do here is create a bunch of Deferred's that aren't dependent on each other, and then put them in a DeferredList so I can add a callback to the list which will only fire when all Deferred's in the list are done. Does that make sense?