Skip to content

Commit 282503c

Browse files
authored
Update index.rst to point on thread safety
As dicussed at #50, I've edited the index page to reflect changes on the documentation about thread safety of the driver.
1 parent 76758d1 commit 282503c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ You may need to use ``sudo`` depending on your environment.
4747
.. _PyPi: https://pypi.python.org/pypi/python-arango
4848
.. _GitHub: https://github.com/joowani/python-arango
4949

50+
A Note on Thread Safety and Eventlet
51+
========
52+
53+
This driver should be compatible with eventlet for the most part. By default, python-arango makes API calls using the requests library, which eventlet seems to be able to monkey patch.
54+
55+
Assuming that, all python-arango APIs except Batch Execution and Asynchronous Execution should be thread-safe.
56+
5057

5158
Contents
5259
========

0 commit comments

Comments
 (0)