Author: kwin
Date: Mon Jul 13 07:45:14 2015
New Revision: 1690577
URL: http://svn.apache.org/r1690577
Log:
add information about multithreading
Modified:
sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext
Modified: sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext?rev=1690577&r1=1690576&r2=1690577&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext
(original)
+++ sling/site/trunk/content/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.mdtext
Mon Jul 13 07:45:14 2015
@@ -65,6 +65,8 @@ The approach here is nearly the same. A
The *TransformerFactory* interface has just one method which returns a new transformer instance.
If you plan to use other services in your transformer you might declare the references on
the factory and pass in the instances into the newly created transformer.
+Since the transformer carries information about the current response it is not advisable
to reuse the same transformer instance among multiple calls of `TransformerFactory.createTransformer`.
+
## Implementing a Processor
|