summaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index fde0a54..a308758 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -5777,6 +5777,11 @@ db.query_factory (
});
</pre>
+ Note that the <code>database::query_factory()</code> function is not
+ thread-safe and should be called before starting any threads that may
+ require this functionality. Normally, all the prepared query factories
+ are registered as part of the database instance creation.
+
<!-- CHAPTER -->
<hr class="page-break"/>