Hello.
In old version API(6.0) was possibility to send any amount requests in parallel threads at the same time, but only use different session tokens. Is is actually for new API? In particular:
1. Can we send JSON requests from some parallel threads at the same time?
2. If yes, can we use only one session token, or must create separately sessions tokens for each request like in API 6.0?
In old version API(6.0) was possibility to send any amount requests in parallel threads at the same time, but only use different session tokens. Is is actually for new API? In particular:
1. Can we send JSON requests from some parallel threads at the same time?
2. If yes, can we use only one session token, or must create separately sessions tokens for each request like in API 6.0?


Comment