Could you please help me showing me your code ? I'm in a situation similar
greetings .
--
https://mail.python.org/mailman/listinfo/python-list
On Sat, May 7, 2016 at 4:46 PM wrote:
> Il giorno sabato 7 maggio 2016 21:04:47 UTC+2, Michael Selik ha scritto:
> > On Fri, May 6, 2016 at 3:01 AM wrote:
> >
> > > The PDF is generated through an external API. Since currently is
> generated
> > > on demand, this is handled synchronously via an
Il giorno sabato 7 maggio 2016 21:04:47 UTC+2, Michael Selik ha scritto:
> On Fri, May 6, 2016 at 3:01 AM wrote:
>
> > The PDF is generated through an external API. Since currently is generated
> > on demand, this is handled synchronously via an HTTP request/response.
>
>
> Are you sending the
On Fri, May 6, 2016 at 3:01 AM wrote:
> The PDF is generated through an external API. Since currently is generated
> on demand, this is handled synchronously via an HTTP request/response.
Are you sending the request or are you receiving the request?
If you are sending, you can just use threads
On Thu, May 5, 2016 at 11:56 PM, wrote:
> Hi everyone,
> I need to generate a PDF report for each entry of a django queryset.
> There'll be between between 30k and 40k entries.
>
> The PDF is generated through an external API. Since currently is generated
> on demand, this is handled synchronousl