Dilip Vamsi Moturi

Results 5 comments of Dilip Vamsi Moturi

Hi @Simran-B @tariqdaouda , I was thinking about adding functionality to do a rest call to db object and connection object for any action that needs to be done. ```python...

Hi @tariqdaouda @Simran-B , Please check the pull request(https://github.com/ArangoDB-Community/pyArango/pull/155) which has the implementation for **action** in **Connection and DB**, which can be later used for creating functions which represent the...

Hi @bkp-billy @tariqdaouda @dothebart , I have fixed it by using a different session for each request and also implemented, fixed connection for concurrent requests through gevent/greenlets Check out the...

Hi @bkp-billy @tariqdaouda @dothebart , As the `request.Session` is not thread safe it is better to create a session for each request rather than using the same request which fixes...