Wednesday, January 16, 2019

Concurrent Web Services Parallel Sessions

Users who have purchased the SuiteCloud Plus License can have a user create up to 10 concurrent Web Services sessions.

These concurrent session queues are TRULY PARALLEL in execution, meaning they are executed at the same time (they are not sent to a pool for queuing).

There is however a need for session management because:

If the user sends requests for 10 sessions, they all will get executed at once.

If the user sends in the 11th session, since the user is only allowed 10 concurrent sessions, the last one receives a "busy signal".

No comments:

Post a Comment