diff options
Diffstat (limited to 'docs/src/threads.dox')
-rw-r--r-- | docs/src/threads.dox | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/src/threads.dox b/docs/src/threads.dox index 68f9f43a60b..5cc16e4def5 100644 --- a/docs/src/threads.dox +++ b/docs/src/threads.dox @@ -1,5 +1,3 @@ -/* vim: set filetype=c.doxygen : */ - /*! @page threads Multithreading WT_CONNECTION handles can be shared between threads, and applications should generally only open one connection per process. WT_SESSION and WT_CURSOR handles cannot be shared between threads: applications should open one WT_SESSION for each thread that accesses a database. |