Skip to content

Commit 9ca1045

Browse files
authored
Merge pull request #51 from imetallica/patch-1
Update documentation on thread safety
2 parents 76758d1 + 282503c commit 9ca1045

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/index.rst

+7
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)