This is an automated email from the ASF dual-hosted git repository.

msahyoun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6145c81  PDFBOX-3330; PDFBOX-4559: Correct statement for experimental 
multithreading support
6145c81 is described below

commit 6145c813fe20ffa1372f3e39b9db19af39ae71bc
Author: Maruan Sahyoun <sahy...@fileaffairs.de>
AuthorDate: Sun Nov 10 18:36:29 2019 +0100

    PDFBOX-3330; PDFBOX-4559: Correct statement for experimental multithreading 
support
---
 content/2.0/faq.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/content/2.0/faq.md b/content/2.0/faq.md
index a8489b0..31ad352 100644
--- a/content/2.0/faq.md
+++ b/content/2.0/faq.md
@@ -52,10 +52,8 @@ log4j.configuration=file:///<path to config file>
 
 ### Is PDFBox thread safe? ###
 
-PDFBox has experimental support for *read-only* operations on the same 
PDDocument from different threads.
-
-For all other uses cases only one thread may access a single document at a 
time. You can have multiple threads
-each accessing their own PDDocument object.
+No! Only one thread may access a single document at a time. You can have 
multiple threads each accessing their own
+PDDocument object.
 
 <a name="notclosed"></a>
 

Reply via email to