Book a Demo

Author Topic: Concurrent calls to the API?  (Read 4022 times)

Svend Erik Nygaard

  • EA User
  • **
  • Posts: 131
  • Karma: +2/-2
  • Business Information Architect
    • View Profile
Concurrent calls to the API?
« on: July 21, 2015, 07:55:09 pm »
We are Building a web site from which we will be accessing the API (from Java).
This will easily create the scenario of concurrent calls to the same API instance.
Does the API support concurrent calls.
Has any of you tried this?

Secondly: Could I alternatively use the EA cloud server's http calls as an API from my own applications? - or does this only Work with the fat EA client?
« Last Edit: July 21, 2015, 07:56:06 pm by svenderiknygaard »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Concurrent calls to the API?
« Reply #1 on: July 22, 2015, 07:33:44 am »
Since many users work concurrently with their API this should be supported. Even if you run multiple instances of EA for the same user.

No idea about the cloud service.

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Concurrent calls to the API?
« Reply #2 on: July 22, 2015, 08:27:38 am »
No, the API is single threaded.

The cloud service is low level and not intended for use by anything except EA.