arangodb-php icon indicating copy to clipboard operation
arangodb-php copied to clipboard

Implement new ArangoDB functionality support: Async requests

Open frankmayer opened this issue 12 years ago • 2 comments
trafficstars

For driver version 1.4 we need to implement async request functionality described here:

  • http://www.arangodb.org/manuals/1.4/HttpJob.html
  • https://github.com/triAGENS/api-implementors/issues/19

frankmayer avatar Oct 15 '13 17:10 frankmayer

Small update. It turns out, this one needs a lot more work than expected.

With the current structure of the client there need to be a lot of changes in several classes, to make it work.

So, there are two approaches to it.

  1. leave this functionality for the "Core" version which is kind of very slowly developing at the moment. No ETA on that, sorry.

  2. Implement this functionality here. This will need changes in almost all classes, unless I am missing something.

frankmayer avatar Oct 22 '13 22:10 frankmayer

bump! this feature have any update ?

lpj145 avatar Jun 24 '20 16:06 lpj145