Skip to content

Commit

Permalink
Merge pull request #51 from imetallica/patch-1
Browse files Browse the repository at this point in the history
Update documentation on thread safety
  • Loading branch information
joowani authored Aug 28, 2017
2 parents 76758d1 + 282503c commit 9ca1045
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ You may need to use ``sudo`` depending on your environment.
.. _PyPi: https://pypi.python.org/pypi/python-arango
.. _GitHub: https://github.com/joowani/python-arango

A Note on Thread Safety and Eventlet
========

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.

Assuming that, all python-arango APIs except Batch Execution and Asynchronous Execution should be thread-safe.


Contents
========
Expand Down

0 comments on commit 9ca1045

Please sign in to comment.