[reportlab-users] Multithreading Support

Tim Roberts timr at probo.com
Tue Oct 28 16:46:21 EDT 2008


Tariq Haque wrote:

>

>

>

> I am evaluating the ReportLab PDF library 2.0 for a project. I want to

> find out if multithreading is supported in the PDF library 2.0 (and

> all its packages like pdfgen and platypus).

>


You need to be more specific. It is almost impossible to imagine an
environment in which different parts of a single document would be
created in different threads.

There's almost no global data, so you should be able to create different
documents in different threads, one per thread, but there's no thread
locking in the code.

--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the reportlab-users mailing list