Parallel execution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • makiselev
    Junior Member
    • Feb 2013
    • 1

    #1

    Parallel execution

    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?
  • AlgoTrader
    Junior Member
    • Mar 2012
    • 243

    #2
    First, you are very wrong API6 must send multiple parallel requests using different session tokens. I can send a dozen parallel requests with a single token using a dozen parallel TCP connections. That's for sure and it's absolutly legal.

    In API NG things are the same. Send whatever you want with any parallel connections. Single session token is enough.
    Betfair Bots Made Easy

    Comment

    • austrianChristian
      Junior Member
      • Feb 2011
      • 9

      #3
      I agree with AlgoTrader, my software used one session token and I send really a lot of requests in parallel and never had any troubles, the only limit was how much my Internet could handle.

      Comment

      Working...
      X