Aws-sdk-cpp: Is S3Client thread safe?

Created on 9 Aug 2016  路  1Comment  路  Source: aws/aws-sdk-cpp

Or should I create one for each thread?

If I use one S3Client object to send multiple requests, will we reuse the tcp connection underlying?

Thanks,

guidance

Most helpful comment

Yes it's thread safe.
Yes it uses a connection pool per client.

>All comments

Yes it's thread safe.
Yes it uses a connection pool per client.

Was this page helpful?
0 / 5 - 0 ratings