On Wed, Jun 30, 2010 at 8:42 PM, wrote:
> On 02:41 pm, petshm...@googlemail.com wrote:
>>Hello,
>>
>>I'm trying to process results from several Deferreds (d1, d2) with
>>DeferredList, merging it into one list and sending back to client.
>
> You might like twisted.internet.defer.gatherResults.
>>
On 02:41 pm, petshm...@googlemail.com wrote:
>Hello,
>
>I'm trying to process results from several Deferreds (d1, d2) with
>DeferredList, merging it into one list and sending back to client.
You might like twisted.internet.defer.gatherResults.
>
>While merging works, the client has no results. Wha
Hello,
I'm trying to process results from several Deferreds (d1, d2) with
DeferredList, merging it into one list and sending back to client.
While merging works, the client has no results. What is the way to do
tasks (db queries in my case) in parallel and then merge results?
BTW, are nested runI