You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfium
I tried looking around and couldn't really find any information around pdfium being thread safe. One message from a year ago someone gave a short response saying that its definitely not. Are there any plans to make it thread safe? Is there any estimate about how much work it would be to enable concurrent use of the library?
Lei Zhang
unread,
Dec 11, 2015, 6:12:39 PM12/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Christopher Gilling, pdfium
AFAICT, PDFium is single threaded. If you have lots of PDFs to
process, you can run multiple processes to speed things up. PDFium's
testing/tools/run_corpus_tests.py is an example of that.