Hi, bit of a novice question...
If I have two threads and each uses the same login session token to make a separate query (say, listMarketBook() ) on separate markets at approximately the same time, are the requests serialised by the exchange - i.e. the processing of the second won't start until the first is completed - or can they in theory be processed simultaneously?
It's highly possible that it's my algorithm that is at fault and its (mal)use of libcurl, but I am seeing this behaviour and I wanted to rule this out.
Cheers
If I have two threads and each uses the same login session token to make a separate query (say, listMarketBook() ) on separate markets at approximately the same time, are the requests serialised by the exchange - i.e. the processing of the second won't start until the first is completed - or can they in theory be processed simultaneously?
It's highly possible that it's my algorithm that is at fault and its (mal)use of libcurl, but I am seeing this behaviour and I wanted to rule this out.
Cheers


Comment