[Twisted-Python] Collecting all results from a DeferredList

4 Oct
2007
4 Oct
'07
3:20 a.m.
I want to request many web pages through a DeferredList and then combine the results in an array. I don't understand how to keep an array as shared state between these requests and return it to the original caller when the DeferredList has completed.
S.

4 Oct
4 Oct
5:44 a.m.
New subject: [Twisted-Python] Re: Collecting all results from a DeferredList
Hm. This was actually pretty easy :-)
S.
On 10/4/07, Stefan Arentz stefan.arentz@gmail.com wrote:
I want to request many web pages through a DeferredList and then combine the results in an array. I don't understand how to keep an array as shared state between these requests and return it to the original caller when the DeferredList has completed.
5910
Age (days ago)
5910
Last active (days ago)
1 comments
1 participants
participants (1)
-
Stefan Arentz